List destinations
GET
/v1/destinations
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Parameters
Query Parameters
type
Type
string
Valid values
"https""sqs""sns""pubsub""azure""amqp""kafka""nats""redis""pull"validation
Type
string
Valid values
"valid""stale""invalid"cursor
Opaque pagination cursor; pass back next_cursor from the previous page.
Type
string
Responses
A page of destinations.
application/json
JSON "data": [ { "id": "dst_01JX9", "name": "acme-orders", "type": "string", "validation": "pending", "version": 1 } ], "next_cursor": "string"
{
}