Skip to main content
Accounts

Endpoints

Available endpoints for managing accounts.

Accounts

List Accounts

Retrieve a paginated list of accounts with optional filters.
Query Parameters:
Response:

Creation

Create an Account

Create a new account record with company details and associations.
Request body:
Required fields: name Response: 201 Created
Account Details

Get an Account

Retrieve full account details including metrics and relationships.
Response:

Updates

Update an Account

Update account fields such as stage, industry, or metadata.
Example:
Response: 200 OK with the updated account object.
Deletion

Delete an Account

Permanently remove an account.
Response: 204 No Content
Deleting an account does not delete linked contacts, opportunities, or cases. Those records remain in the CRM but lose their account association. To fully clean up, delete the linked records first.

Contacts

List Contacts for an Account

Returns all contacts linked to the specified account.
Response:

Stages

Account Stage Values