cURL
curl --request PUT \ --url https://staging.crossmint.com/api/2025-06-09/users/{userLocator}/legal-documents \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <x-api-key>' \ --data ' { "type": "crossmint-privacy-policy", "acceptedAt": "2023-11-07T05:31:56Z" } '
{ "acceptedAt": "2023-11-07T05:31:56Z" }
Record user acceptance of a legal document.
API scope required: users.create
users.create
API key required for authentication
crossmint-privacy-policy
Legal document acceptance recorded
Was this page helpful?