---
title: "List created receivers"
method: GET
path: "/receivers"
tags: ["receivers"]
---

# List created receivers

`GET /receivers`

Retrieve an [ordered and paginated](https://developer.spreedly.com/reference/order-and-pagination) list of all receivers in the authenticated environment.

## Query parameters

- `order` string
- `since_token` string

## Response `200`

Successful

- ListCreatedReceiversResponse
  - `receivers` ReceiverProperties[]
    - `company_name` string — The name of the company providing the receiver
    - `receiver_type` string — The type of the receiver
    - `state` string — The storage state of the receiver. Can be one of `retained` or `redacted`. By default, receivers are created in the `retained` state and must be explicitly redacted if they are no longer required.
    - `token` string — The token uniquely identifying this receiver at Spreedly
    - `created_at` string — The time the receiver was created
    - `updated_at` string — The time the receiver was last updated
    - `credentials` unknown[] — One or more name/value pairs used to authenticate with the receiver. Only credentials marked as safe will have their values echoed.
      - unknown
    - `hostnames` string — The allowed list of hostnames to which payment methods can be delivered
    - `sub_merchant_key` string — The token of the [sub-merchant](https://developer.spreedly.com/reference/create-sub-merchant) to associate with the current receiver. If an invalid `sub_merchant_key` is passed through, the value defaults to `null`

## Other responses

- `401` — Unauthorized

---

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