Auth
Last updated
Last updated
POST /homedashboard/oauth/token HTTP/1.1
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"
}