Endpoint
Authentication
This endpoint requires authentication via API key. Include your API key in theX-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 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_numberto decide whether a returning user needs to re-accept - Content display - Render
content_htmlin embedded forms or modal dialogs