POST
/
access
/
v1
/
enrollment
/
authorize

Body

application/json
client_id
string

The ID of the application that is being enrolled.

client_secret
string

The secret key of the application that is being enrolled.

id
string

The ID of the enrollment to authorize to use as an alternative to the owner ID.

owner_id
string

The ID of the entity that owns the enrollment. It is essential this is provided from a trusted source or an auth token is provided in the headers.

Response

200 - application/json
app_id
string

ID of the application associated with the enrollment.

created_at
string

The date and time the enrollment was created.

data
any

Additional data associated with the enrollment.

disabled
boolean

Whether the enrollment is disabled.

id
string

UUID of the enrollment.

owner_id
string

The ID of the entity that owns the enrollment.

token
string

A token that may be used to authenticate the enrollment with API operations.

updated_at
string

The date and time the enrollment was last updated.