Skip to content

List destinations

GET
/v1/destinations

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. 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"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Apache-2.0 licensed · a Finnoto product