---
title: "List accounts"
method: GET
path: "/accounts"
tags: ["Accounts"]
---

# List accounts

`GET /accounts`

Returns a paginated list of accounts. Supports filtering by account name.

## Query parameters

- `page` integer — Page number (1-based)
- `size` integer — Number of items per page
- `name` string — Filter by account name

## Response `200`

Paginated list of accounts

- AccountListResponse
  - `data` Account[], required
    - `id` number, required — Account ID
    - `name` string, required — Account/company name
    - `crmId` string, required — External CRM identifier
    - `crmIdentifier` string, nullable, required — External CRM identifier (unified field)
    - `crmLink` string, uri, required — URL to account in external CRM
    - `crm` 'microsoft_dynamics' | 'hubspot' | 'pipedrive' | 'salesforce' | 'sellsy' | 'zoho', required — CRM provider
    - `createdOn` string, nullable, required — Creation timestamp
    - `modifiedOn` string, nullable, required — Last modification timestamp
  - `pagination` object, required
    - `page` number, required — Current page number
    - `size` number, required — Items per page
    - `total` number, required — Total number of items

---

[API](https://skmtc.dev/modjo/apis/modjo-public-api.md) · [All operations](https://skmtc.dev/modjo/apis/modjo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/modjo/modjo-public-api/revisions/dcae8b3284e8/schema)
