Generates user tokens for individual users.

Returns

Returns a new user token for this user.

❗️

Warning

User Token must be kept secret and transferred only over SSL, as it's effectively as good as a user's email and password.

The following are the examples of HTTP status codes including errors that API can generate

Response codesResponse contentDescription
200 OKe111f69d-9dd0-89c7-a8b3-86200f9421f3Everything worked correctly. A token has been retrieved.
404 Not FoundObject not foundAn user not found.
Language
Authorization
Click Try It! to start a request and see the response here!