Skip to content

List Accounts ​

Endpoint ​

http
GET /unified/crm/accounts
Integrations supported
  • Capsule
  • Close
  • Copper
  • HubSpot
  • Outreach
  • Pipedrive
  • Salesforce

Query parameters ​

integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d
created_at
string · date-time
The date and time of the account's creation
Supported in
  • Capsule
  • Salesforce
updated_at
string · date-time
The date and time of the account's last update
Supported in
  • Capsule
  • Salesforce

Response Body ​

result
object[]
List of Accounts
id
string
REQUIRED · The account's unique identifier
Supported in
  • Capsule
  • Close
  • Copper
  • HubSpot
  • Outreach
  • Pipedrive
  • Salesforce
owner
string
The account's owner
Supported in
  • Capsule
  • Close
  • Copper
  • HubSpot
  • Outreach
  • Pipedrive
  • Salesforce
name
string
The account's name
Supported in
  • Capsule
  • Close
  • Copper
  • HubSpot
  • Outreach
  • Pipedrive
  • Salesforce
description
string
The account's description
Supported in
  • Capsule
  • Close
  • Copper
  • HubSpot
  • Outreach
  • Salesforce
industry
string
The account's industry
Supported in
  • Close
  • HubSpot
  • Outreach
  • Salesforce
website
string
The account's website
Supported in
  • Capsule
  • Close
  • Copper
  • HubSpot
  • Outreach
  • Salesforce
number_of_employees
integer
The account's number of employees
Supported in
  • Close
  • HubSpot
  • Outreach
  • Pipedrive
  • Salesforce
addresses
object[]
Supported in
  • Capsule
  • Close
  • Copper
  • HubSpot
  • Salesforce
street_1
string
Line 1 of the street address
street_2
string
Line 2 of the street address
city
string
The city
state
string
The state
postal_code
string
The postal code
country
string
The country
type
string
The address type
phone_numbers
object[]
Supported in
  • Capsule
  • Copper
  • HubSpot
  • Salesforce
number
string
The phone number
type
string
The phone number type
last_activity_at
string · date-time
The date and time of the account's last activity
Supported in
  • Capsule
  • Close
  • HubSpot
  • Outreach
  • Pipedrive
  • Salesforce
updated_at
string · date-time
The date and time of the account's last update
Supported in
  • Capsule
  • Close
  • Copper
  • HubSpot
  • Outreach
  • Pipedrive
  • Salesforce
created_at
string · date-time
The date and time of the account's creation
Supported in
  • Capsule
  • Close
  • Copper
  • HubSpot
  • Outreach
  • Pipedrive
  • Salesforce
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
The cursor to use for the next page of results. Pass this value as `next_cursor` in the query parameter in the next request to get the next page of results.