Account Management endpoints

In this section, you will find documentation about all the account management endpoints of the programmatic API.

Public Endpoints

Public endpoints are accessible without needing to authenticate.

  • Login: POST /api/v1/account/login
  • Register: POST /api/v1/account/register

Authenticated Endpoints

The following endpoints require a valid token to be specified in the Authorization request header.
Refer to the Authentication docs to learn how to get one and how to use it.