Exchange an agent registration token to authentication token
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": "eyJhbGciOiJSUzI1NiIsImVh....5JJIWyp-8ZDQpxZ4WvJm5LXDtyBgUEDRFQ",
"token_type": "bearer",
"expires_in": 256583,
"scope": null
} |
ENDPOINTS