v1

latestOpenAPI 3.1.02026-08-04751,1671.3 MB
Authorization Tokens

Issue Authorization Token

Issue authorization token for an end user.

post/api/v1/authorization-tokens

Request body

user_type'end_user' required

The type of the user.

user_idstring uuid required

ID of the end user to issue the authorization token for.

expirationinteger

Token expiration in seconds (default: 1 day).

Response

Successful Response

idstring uuid required

The unique identifier of the object in the Fordefi platform.

created_atstring date-time required

The date and time when the object was created.

modified_atstring date-time required

The date and time when the object was last modified. Any change to any field of the resource is considered a modification.

user_idstring uuid required

ID of the end user the authorization token is issued for.

expired_atstring date-time required

Token expiration time.

user_type'end_user' required

The type of the user.

access_tokenstring required

New access token for the user.