latestOpenAPI 3.0.32026-08-15138306314.9 KB
cfd9e65e79bb
accounts
Search for accounts by a given filter
Optionally pass search_text for fuzzy matching. Results are intersected with any provided filter.
Filterable fields and their allowed operators:
| Field | Allowed operators |
|---|---|
| id | equals, in, not_in |
| domains | contains, does_not_contain, in, not_in |
| tags | contains, does_not_contain, in, not_in |
| name | equals, in, not_in, string_contains |
| external_ids | equals, in, not_in, is_set, is_unset |
| owner_id | equals, in, not_in, is_set, is_unset |
For custom fields, pass the field slug as field.
Rate limit: 20 requests per minute
post/accounts/search
Request body
Response
Example response
{
"data": [
{
"channels": [
{
"mirror_to": {
"source": "slack"
},
"source": "slack"
}
],
"type": "customer"
}
]
}