POST
cURL
Requires an Organization token.
Creates an account. reference_id must be unique in the organization.

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Display name for the new account

reference_id
string
required

Your external reference ID. Must be unique across the organization.

Response

Account created successfully

success
boolean
Example:

true

payload
object

An account within the organization