Skip to main content
PUT
/
2025-06-09
/
users
/
{userLocator}
/
legal-documents
Accept Legal Document
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"
}

Headers

X-API-KEY
string
required

API key required for authentication

Path Parameters

userLocator
string
required

Body

application/json
type
enum<string>
required
Available options:
crossmint-privacy-policy
acceptedAt
string<date-time>
required

Response

200 - application/json

Legal document acceptance recorded

acceptedAt
string<date-time>
required