Skip to main content
GET
List authorities for a person

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the person.

Query Parameters

include_revoked
boolean
default:false

Whether to include revoked authorities.

Response

OK

authority_type
enum<string>
required

Kind of authority granted.

Available options:
owner,
joint_owner,
signatory,
power_of_attorney,
trading
created_at
string<date-time>
required

The timestamp (in ISO-8601 format) of when the resource was created.

customer
IndividualCustomer · object
required

Customer covered by the authority.

granted_at
string<date-time>
required

Date and time the authority was granted.

Example:

"2026-07-14T09:30:00Z"

id
string
required

Unique resource identifier.

modified_at
string<date-time>
required

The timestamp (in ISO-8601 format) of when the resource was last modified.

person
NaturalPerson · object
required

Person granted the authority.

revoked_at
string<date-time> | null
required

Date and time the authority was revoked; null while the authority is still active.

Example:

"2026-08-01T12:00:00Z"

status
enum<string>
required

Current authority status.

Available options:
active,
revoked