v1
latestOpenAPI 3.1.02026-07-24317911.4 MBAuthentication/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
Example request
{
"user": "1000",
"domain": "example.com"
}