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
Example response
{
"id": 1,
"name": "Acme Inc.",
"crmId": "001ABC123",
"crmIdentifier": "001ABC123",
"crmLink": "https://example.my.salesforce.com/001ABC123",
"crm": "salesforce"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.