curl --request GET \
--url https://api.streamkap.com/destinations/brief \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"connector": "<string>",
"id": "<string>"
}
]curl --request GET \
--url https://api.streamkap.com/destinations/brief \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"connector": "<string>",
"id": "<string>"
}
]Was this page helpful?