---
title: "List Account Page Layouts"
method: GET
path: "/api/v3/crm/{integration_id}/account-layouts"
tags: ["CRM Automation Push"]
---

# List Account Page Layouts

`GET /api/v3/crm/{integration_id}/account-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).

## Path parameters

- `integration_id` string, uuid, required — The CRM integration ID

## Response `200`

Successful Response

- CRMAccountLayoutResponse[]
  - `name` string, required — Layout API name (pass this to the create endpoint)
  - `label` string, required — Human-readable label

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/versions/85804e68d86d/schema)
