Integrations
List Destinations
Retrieve a list of all Destinations created in the Organization.
get/organizations/{orgId}/integrationdestinations/webhooks
Path parameters
orgIdstring required
UUID of the organization
Query parameters
pageSizeinteger
Number of WebhookIntegrations to retrieve per page
nextTokenstring
nextToken for multi page retrievals
idsstring[]
Response
Returns a list of Destinations.
Example response
{
"data": [
{
"credentials": {
"apiKey": "api key",
"secret": "api secret"
}
}
]
}