Auth
Authorizations
AuthorizationstringRequired
Enter JWT Bearer token only
Body
client_idstring | nullableOptional
client_secretstring | nullableOptional
Responses
200
Success
post
/oauth/tokenPOST /homedashboard/oauth/token HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json;odata.metadata=minimal;odata.streaming=true
Accept: */*
Content-Length: 43
{
"client_id": "text",
"client_secret": "text"
}200
Success
No content
Last updated

