Get account by ID
Accounts
Get account by ID
Use this endpoint to retrieve the details of a specific Account by its identifier. Use this when you have an Account ID and need to confirm its name, Company membership, or timestamps.
Required fields:
accountId- the Account identifier, passed as a path parameter (alphanumeric)
Optional parameters:
Snappy-Company-Idheader - optional company scoping
Please note:
- Returns
404if no Account exists for the suppliedaccountId, or if it’s not accessible to the calling API key.
Permissions
- Requires:
accounts:read
GET
Get account by ID
Authorizations
Company Level Authentication
Include your API key in the X-Api-Key header for every request:
X-Api-Key: YOUR_API_KEYHeaders
Optional account identifier for swag validation/filtering.
Example:
"acc123456"
Optional company identifier for swag validation/filtering.
Example:
"cmp123456"
Path Parameters
The id of the account.
Pattern:
^[A-Za-z0-9]+$Example:
"xyz12345"
Response
Account details.
JSON:API single-resource envelope for an account.
Account object.
Last modified on June 17, 2026