Register a new SDK user

When users install your app, they will be assigned to your account in DataHub and given the necessary credentials to access the API: a Device Token, a JWT Access Token, and a Refresh Token.

Required level of authorization:

  • no authorization required

When to use this call

When a user installs your app, he will need to have an SDK-associated account. You create that account with this call and receive the user credentials in return.

Things to keep in mind

Note that the API does not qualify the user fields at all, and in fact, all fields can be empty. The only user-specific data is then the device token. If you have certain requirements for some fields (first name must be at least two letters, email domain must be mycompany.com, etc.) do an input validation in your app before sending these fields to the API.

Language
Click Try It! to start a request and see the response here!