Destination
Get all destinations
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
headerrequiredResponse
200 - application/json
destinations
object[]
curl --request GET \
--url https://api.fabra.io/destinations \
--header 'X-API-KEY: <x-api-key>'
{
"destinations": [
{
"connection": {},
"display_name": "BigQuery",
"id": 10
}
]
}