Issue a JWT token grant_type=password
POST {{base_url}}/api/2/idp/token
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"access_token": "<access_token>",
"token_type": "bearer",
"expires_on": 1580813210,
"id_token": "<id_token>"
} |
ENDPOINTS