Skip to main content
POST
Create Access Token

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Required string length: 1 - 128
expiresAt
string<date-time> | null

Response

Access token created successfully

token
SubjectAccessTokenResponseDto · object
required
tokenString
string
required