v1

latestOpenAPI 3.0.02026-08-0645062.8 KB
Accounts

Search for accounts

Search and filter accounts based on various criteria including name, industry, headquarters, and more

get/accounts/search

Query parameters

account_namestring

Search accounts by name (matches against phone_book first_name)

account_industrystring

Filter accounts by industry (partial match)

account_hqstring

Filter accounts by headquarters location (partial match)

priority_idinteger

Filter accounts by entity priority ID

stage_idinteger

Filter accounts by entity stage ID

group_idinteger

Filter accounts by group ID

Response

Successfully retrieved accounts

entity_type_idinteger

Type ID for the entity (fixed value: 2)

idinteger

Unique identifier for the account

group_idinteger nullable

Group identifier associated with the account

typeinteger nullable

Entity stage ID

priorityinteger nullable

Entity priority ID

Example response

[
  {
    "entity_type_id": 2
  }
]