Version: 1.0
Propper Click Accept API
The Propper Click Accept API records consent acceptances with idempotent writes. When an end user agrees to a clickwrap or consent flow, the client SDK posts the acceptance to this API, which stores the record along with a cryptographically signed evidence bundle.
Base URL
https://api.propper.ai/v1/click/accept
Authentication
OAuth 2.0 Bearer token:
Authorization: Bearer <access_token>
OAuth Scopes
click:admin— Full administrative accessclick:read— Read-only access to acceptance records
Key Endpoints
- Acceptance — Record and query consent acceptances
- Identity — Resolve and manage end-user identity for acceptance records
Authentication
- HTTP: Bearer Auth
OAuth 2.0 Bearer token
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |