Accounts
Get accounts
Use this endpoint to retrieve a list of Accounts available to your API key. Use this when you need to discover which Accounts you have access to, find a specific Account by name, or load Account options into your UI.
Filtering options:
filter[name]- case-insensitive substring match on Account namefields- comma-separated list of fields to return. Valid values:id,nameSnappy-Account-Idheader - optional account scopingRequest-Sourceheader - source of the request (api_native,api_zapier,api_salesforce,api_ftp,api_make).
Pagination:
page[number]- 1-indexed page number (default1).page[size]- Accounts per page (max1000, default100).
Permissions
- Requires:
accounts:read
GET
List accounts
Authorizations
Company Level Authentication
Include your API key in the X-Api-Key header for every request:
Query Parameters
Case-insensitive substring filter on account name.
Example:
"Snappy"
Comma-separated field projection. Valid values: id, name.
Minimum array length:
1The fields that can be returned for the account. Valid values are: id, name.
Available options:
id, name Example:
1-indexed page number.
Required range:
x >= 1Example:
1
Number of accounts per page (max 1000, default 100).
Required range:
1 <= x <= 1000Example:
100
Response
Page of accounts plus pagination links.
Paginated accounts response.
Last modified on June 17, 2026