Skip to main content
POST
Create account

Authorizations

X-Api-Key
string
header
required

Company Level Authentication

Include your API key in the X-Api-Key header for every request:

Headers

snappy-account-id
string

Optional account identifier for swag validation/filtering.

Example:

"acc123456"

snappy-company-id
string

Optional company identifier for swag validation/filtering.

Example:

"cmp123456"

Body

application/json

Create account request body.

name
string
required

The name of the account.

Example:

"Snappy"

billingMethod
object
required

Billing method configuration.

Response

Created account.

JSON:API single-resource envelope for an account.

data
object
required

Account object.

Last modified on June 17, 2026