GET
/
destinations
/
brief
List All Destinations Brief
curl --request GET \
  --url https://api.streamkap.com/destinations/brief \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "connector": "<string>",
    "id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

name
string | null
connector
string | null
id
string | null