Authentication
Get access token
Name
Type
Description
Required
HTTP Status: 200 OK
Content-Type: application/json
{
"status": "success",
"data": {
"type": "bearer",
"token": "Y2xtZnNlZGdnMDA4eGl6a2o2OG5tNTh5cA.BoAuxdEyxDALRE703GbHzJKkNf-xBvw",
"expires_at": "2023-09-17T19:19:00.230+00:00"
}
}HTTP Status: 400
Content-Type: application/json
{
"status": "error",
"error": {
"code": "E_INVALID_AUTH_PASSWORD",
"message": "E_INVALID_AUTH_PASSWORD: Password mis-match"
}
}Revoke access token
Name
Value
Get game URL
Name
Value
Name
Type
Description
Required
Last updated