Skip to main content

Register a new account.

POST 

/v1/accounts

Creates an account and issues an initial API credential. The plaintext_key in initial_credential is returned exactly once and cannot be retrieved later — store it immediately. Subsequent credentials can be issued via POST /v1/credentials.

No authentication is required for this endpoint.

Request

Responses

Account created. The response envelope's data.initial_credential.plaintext_key is the only place the key is ever returned in plaintext.