---
title: "List supported Sink backends and their configuration parameters"
method: GET
path: "/features/sinks"
tags: ["sink"]
---

# List supported Sink backends and their configuration parameters

`GET /features/sinks`

## Response `200`

Sink feature details

- SinkBackendResSchema[]
  - `backend` string — Name and identifier of the sink backend, used when creating new sinks
  - `description` string
  - `config` array[] — Backend configuration field details
    - ConfigEntrySchema[]
      - `title` string — Visual title of the config item shown in UI
      - `type` 'string' | 'password' | 'int' — Data field type
      - `name` string — The field label used in the JSON config object for this field
      - `description` string — A description of the use of this configuration field

## Other responses

- `500` — Unexpected server-side error occurred.

## Changes

- **2022-10-05** `ba366e36c0ce` — 1 breaking, 1 warning
  - added the new required `header` request parameter `Authorization`
  - deleted the `header` request parameter `Bearer authorization`
- **2022-10-04** `18ac8e9f047d` — 1 breaking, 1 warning
  - added the new required `header` request parameter `Bearer authorization`
  - deleted the `header` request parameter `Authorization`

[Change history](https://skmtc.dev/orb-community/apis/orb-sinks/changes/features/sinks/get.md)

---

[API](https://skmtc.dev/orb-community/apis/orb-sinks.md) · [All operations](https://skmtc.dev/orb-community/apis/orb-sinks/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orb-community/orb-sinks/revisions/fbedacec6f7d/schema)
