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

Authorizations

X-API-KEY
string
headerrequired

Response

200 - application/json
destinations
object[]