Skip to main content
Create a new PIN user account with a username, email, and password. Usernames must be unique across the service. After registration, use /v1/auth/login to obtain a session token.

Endpoint

POST /v1/auth/register Authentication: None

Request body

string
required
Desired username. Must be unique.
string
required
User’s email address.
string
required
Password with a minimum length of 6 characters.

Response

string
Unique identifier of the newly created user.

Example

If the username is already taken, the endpoint returns 409 Conflict: