v1

latestOpenAPI 3.1.02026-07-24317911.4 MB
Authentication/JWT (JSON Web Token)

Create JWT token For Delegated Access

This API will require valid access through APIKey and allows for generation of a JWT for a different user.

Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.

post/jwt#3

Request body

userstring required

This is the main user extension for the user account.

domainstring required

This is the main organization name. This is used to link resource to its group/tenant/organization/enterprise. ~ and * can be used alone in special cases to mean My Domain (~) and All Domains (*).

Example request

{
  "user": "1000",
  "domain": "example.com"
}

Response

tokenstring jwt required

This is the JWT token that would need to be saved for use in addtional requests.

refreshstring jwt required

This is a JWT but only capable of being used to regenerate a new JWT token and not for authenticated requests.