cURL
curl --request GET \ --url https://{host}/api/v1/users/{id}/terms \ --header 'API-key: <api-key>' \ --header 'Authorization: Bearer <token>'
{ "user_id": "<string>", "terms_approved": true, "approved_at": "<string>", "terms": { "code": "<string>", "title": "<string>", "url": "<string>" } }
Sanctum personal access token (access_tokens / partner API settings).
access_tokens
UUID API key stored for the partner user.
Show child attributes