Authenticates a user via a particular device ID. To enable silent authentication, use the instruction.
projectId required | string <uuid> Login project ID from Publisher Account. |
payload | string Your custom data. The value of the parameter will be returned in the |
with_logout | string Default: "0" Shows whether to deactivate the existing user JWT values and activate the one generated by this call. Can have the following values:
|
device required | string <= 100 characters Manufacturer and model name of the device. |
device_id required | string [ 16 .. 36 ] characters Device ID:
|
OK
Bad Request
Unauthorized
Not Found
Unprocessable Entity
Too Many Requests
{- "device": "ONEPLUS A6003",
- "device_id": "1AF516EFACD646F6"
}
{- "token": "string"
}