Accounts
Get a list of accounts.
The data payload of the response.
The request ID for tracking.
Create a new account.
An array of channels to be linked to this account.
An array of custom fields to be used on this account.
Deprecated. Please use Domains and PrimaryDomain instead.
The domains of the account, without any leading scheme, for example stripe.com. Must specify one domain as primary.
An array of external IDs to be used on this account. If provided, the accounts external IDs will be updated to the given external IDs.
The logo URL of the account. Must be a square .png, .jpg or .jpeg.
The name of the account.
Must be in the list of domains. If there are any domains, there must be exactly one primary domain.
An array of strings to use as tags on this account. If provided, the accounts tags will be updated to the given tags.
The request ID for tracking.
Get an account by its ID.
The ID of the account to fetch.
The request ID for tracking.
Update an existing account.
The ID of the account to update.
An array of channels to be linked to this account.
An array of custom fields to be used on this account.
Domains of the account. Must specify one domain as primary.
An array of external IDs to be used on this account. If provided, the accounts external IDs will be updated to the given external IDs.
The name of the account.
The ID of the owner of the account.
Must be in the list of domains. If there are any domains, there must be exactly one primary domain.
An array of strings to use as tags on this account. If provided, the accounts tags will be updated to the given tags.
The request ID for tracking.
Search for accounts by a given filter.
Currently, the following fields are filterable for accounts:
-
domains
-
tags
-
name
-
custom fields (pass in the slug of the custom field)
The cursor to use for pagination.
The number of accounts to fetch. Defaults to 100. Must be greater than 0 and less than 1000.
The data payload of the response.
The request ID for tracking.
Last updated