Skip to main content
POST
Create Account

Authorizations

Authorization
string
header
required

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

Body

application/json
idempotencyKey
string
required

This key is utilized to ensure exactly-once execution of mutating requests. If the same key is reused, it will be treated as the same request and the original response will be returned.

Example:

"8d5be8f5-a8e7-4e8a-b715-0e7d6f2a6d04"

name
string

The name of the Account

Example:

"Sandbox Account"

Response

success
boolean
required
Example:

true

data
object
required