customers
List authorities for a person
List all authorities for a person by ID, optionally including revoked authorities.
get/persons/{id}/authorities
Path parameters
idstring required
The ID of the person.
The ID of the person.
Query parameters
include_revokedboolean
Whether to include revoked authorities.
Whether to include revoked authorities.
Response
OK
Example response
[
{
"customer": {
"date_of_birth": "1988-04-12T00:00:00Z",
"risk_score": "42.50"
},
"granted_at": "2026-07-14T09:30:00Z",
"person": {
"date_of_birth": "1988-04-12"
},
"revoked_at": "2026-08-01T12:00:00Z"
}
]