---
title: "All customers."
method: GET
path: "/customers"
tags: ["Customers"]
---

# All customers.

`GET /customers`

List all of your app's customers.
This route is available only for web applications, not mobile ones.

## Query parameters

- `identifier` string — a unique `id` of a customer

## Response `200`

OK

- CustomersResponse — A list of all customers.
  - `data` Customer[]
    - `id` integer, required — Creates a customer, returning the customer object.
    - `identifier` string, required — A unique identifier of the new customer.
    - `secret` string, required — Customer secret.
    - `blocked_at` string — Customer block date. Customer was blocked by Salt Edge due to the usage of invalid credentials.
    - `created_at` string, date-time, required — when the customer was created
    - `updated_at` string, date-time, required — when the customer was updated
  - `meta` MetaObject — Metaobject that contains information about pagination.
    - `next_id` string
    - `next_page` string

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/versions/f18f4f36d0b3/schema)
