Skip to main content
GET
/
destinations
cURL
curl --request GET \
  --url https://api.example.com/destinations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "config": 123,
      "createdAt": "<unknown>",
      "id": "<string>",
      "name": "<string>",
      "provider": 123,
      "updatedAt": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

OAuth access token sent as Authorization: Bearer <access-token>.

Response

200 - application/json

List destinations

data
object[]
required