🔑 User Authorization

When to use this call:

Use this API to get the user JWT token for user API access.
Submit the user Devicetoken for the login field, and the InstanceKey as a password and receive the credentials in rresponse Platform layout & authentication

For mobile apps, we recommend to use our LoginAuth Framework:
👉 iOS
👉 Android

Body Params
string
required
Defaults to {"Devicetoken":"UUID"}

Enter the devicetoken of a registered user. Note: Do not remove the JSON wrapper, the correct format is {"Devicetoken":"UUID"}

string
required

Use User group instanceKey as a password for SDK users.
How to get InstanceKey

Headers
string
required

This is the instance ID of your company.
How to get InstanceId

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json