---
title: "Show customer"
method: GET
path: "/customers/{customer_id}"
tags: ["Customers"]
---

# Show customer

`GET /customers/{customer_id}`

Returns the customer object.

## Path parameters

- `customer_id` integer, required — the `id` of the customer

## Response `200`

OK

- CustomerResponse
  - `data` Customer — A `Customer` represents a single end-user of the Account Information API. The customer uses the API to create `Connections`, i.e. bank connections, that are further used to aggregate the customer's financial data.
    - `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

## Other responses

- `404` — A customer with such `customer_id` could not be found

---

[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)
