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

# List supported receivers

`GET /receivers_options`

Retrieve a list of all payment method distribution receivers, and their properties, supported by Spreedly.

Note that this request is publicly available and _does not require authorization_.

## Response `200`

Successful

- ListSupportedReceiversResponse
  - `receivers` object[]
    - `name` string — The human readable name of the receiver
    - `receiver_type` string — The type (short name) of the receiver. Use this value when provisioning a receiver.
    - `hostnames` string — The urls used to interact with the receiver
    - `company_name` string — The name of the company providing the receiver

---

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