cURL
curl --request POST \ --url https://{host}/api/v1/users/{id}/terms \ --header 'API-key: <api-key>' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "approved": true } '
{ "user_id": "<string>", "terms_approved": true, "approved_at": "<string>", "terms": { "code": "<string>", "title": "<string>", "url": "<string>" }, "changed": true }
Rate limited (e.g. 30 requests per minute per route).
Sanctum personal access token (access_tokens / partner API settings).
access_tokens
UUID API key stored for the partner user.
Show child attributes