Skip to main content
POST
Creates an admin token for a partner

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and the JWT token.

Body

application/json

access token create request

label
string
Example:

"company-xyz"

validFrom
string
Example:

"2023-06-08T00:00:00Z"

validTill
string
Example:

"2023-06-15T23:59:59Z"

Response

OK

createdAt
string
Example:

"2023-06-08T10:30:00Z"

id
string
Example:

"248b8553-effa-4d99-a906-041a54f7df87"

label
string
Example:

"company-xyz"

partnerId
string
Example:

"328b8553-effa-4d99-a906-041a54f7df87"

type
enum<string>
Available options:
ADMIN,
CUSTOMER
updatedAt
string
Example:

"2023-06-08T15:45:00Z"

validFrom
string
Example:

"2023-06-08T00:00:00Z"

validTill
string
Example:

"2023-06-15T23:59:59Z"

value
string
Example:

"<JWT>"