Skip to main content
GET
/
destinations
/
sample_scripts
Get Sample Scripts For Destinations
curl --request GET \
  --url https://api.streamkap.com/destinations/sample_scripts \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

destination_id
string
required
topic_ids
string
default:[]

A list of topic ids

text
boolean
default:true

Response

Successful Response