Auth

Generate an OAuth token

post
Authorizations
AuthorizationstringRequired

Enter JWT Bearer token only

Body
client_idstring | nullableOptional
client_secretstring | nullableOptional
Responses
post
/oauth/token
POST /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