v1

latestSwagger 2.02026-08-06291030.8 KB
Auth

Register a new API user. Rate limit to 10 calls per minute.

Registers a new API user by creating an account and issuing a client ID and client secret for API access.

post/v1/auth/register

Request body

emailstring email required

The email address of the new user.

passwordstring password required

The password for the new user.

organization_idstring

The organization ID to associate with the user (optional).

Response

User registered successfully.

messagestring
client_idstring

The generated client ID for API access.

client_secretstring

The generated client secret for API access.

Example response

{
  "message": "User registered successfully! Save these credentials securely as you will not be able to access them again. Treat them as sensitive access keys."
}
All 29 operations