GET
/
destinations
curl --request GET \
  --url https://api.fabra.io/destinations \
  --header 'X-API-KEY: <api-key>'
{
  "destinations": [
    {
      "id": 10,
      "display_name": "BigQuery",
      "connection": {
        "id": 1,
        "connection_type": "snowflake"
      }
    }
  ]
}

Authorizations

X-API-KEY
string
headerrequired

Response

200 - application/json
destinations
object[]