Skip to main content

Endpoint

Authentication

This endpoint requires authentication via API key. Include your API key in the X-API-Key header:

Path Parameters

Request Example

Response

Success Response

Status Code: 200 OK

Response Fields

Error Responses

401 Unauthorized

Returned when authentication fails. See the authentication errors section for details.

404 Not Found

Returned when no active clickwrap exists for the given slug.

500 Internal Server Error

Returned when the request fails due to a server error.

Notes

This endpoint only returns the active (published) version. Draft versions are never exposed on API-key-authenticated endpoints.
Use the clickwrap_version_id returned here when calling Check Clickwrap Status or Capture Clickwrap Event to correlate acceptances with specific versions.

Use Cases

This endpoint is useful for:
  • Headless consent flows - Fetch clickwrap content server-side and render it in your own UI before capturing acceptance
  • Version awareness - Read the current version_number to decide whether a returning user needs to re-accept
  • Content display - Render content_html in embedded forms or modal dialogs