Skip to main content
GET
Get account by ID

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"

Path Parameters

accountId
string
required

The id of the account.

Pattern: ^[A-Za-z0-9]+$
Example:

"xyz12345"

Response

Account details.

JSON:API single-resource envelope for an account.

data
object
required

Account object.

Last modified on June 17, 2026