Skip to main content
POST
New user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required

The email address of the user to create an account for; the address is case insensitive and can be in any character encoding.

Maximum string length: 255
Example:

"user@example.com"

credits
integer

The number of API credits to preload the account with.

Example:

1000

Response

The new account metadata.

email
string<email>
required

The email address of the new account as recorded by the API.

Example:

"user@example.com"

token
string
required

The bearer token issued to the account for authentication.

Example:

"a1-0dF6qKHYD7SNU5kAtjOmwHpH3iFgpylA"

credits
integer
required

The number of initial credits granted to the account.

Example:

1000