Authentication Tokens
Retrieving an authentication token
post
Body
apikeystringRequired
appidstringRequired
Responses
200Success
No content
400Error
401Error
post
/api/auth/tokenNo content
Last updated
No content
No content
Last updated
POST /api/auth/token HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"apikey": "text",
"appid": "text"
}