Accounts

Get an account

Returns a single account by ID.

get/accounts/{id}

Path parameters

idinteger required

Account ID

Example:1

Account ID

Response

Account details

idnumber required

Account ID

namestring required

Account/company name

crmIdstring required

External CRM identifier

crmIdentifierstring nullable required

External CRM identifier (unified field)

crmLinkstring uri required

URL to account in external CRM

crm'microsoft_dynamics' | 'hubspot' | 'pipedrive' | 'salesforce' | 'sellsy' | 'zoho' required

CRM provider

createdOnstring nullable required

Creation timestamp

modifiedOnstring nullable required

Last modification timestamp

Example response

{
  "id": 1,
  "name": "Acme Inc.",
  "crmId": "001ABC123",
  "crmIdentifier": "001ABC123",
  "crmLink": "https://example.my.salesforce.com/001ABC123",
  "crm": "salesforce"
}

Changes