CRM Automation Push

List Account Page Layouts

List available page layouts on the Account/Company object.

Use this to discover which layout to pass to the custom object schema creation endpoint so the related list is added to the correct layout.

Salesforce: Returns all Account page layouts. HubSpot: Returns an empty list (HubSpot does not have page layouts).

get/api/v3/crm/{integration_id}/account-layouts

Path parameters

integration_idstring uuid required

The CRM integration ID

The CRM integration ID

Response

Successful Response

namestring required

Layout API name (pass this to the create endpoint)

labelstring required

Human-readable label

Changes

No recorded changes to this endpoint across all 1 revision of this API.