Skip to main content
PUT
/
destinations
/
{destination_id}
/
resume
Resume Existing Destination
curl --request PUT \
  --url https://api.streamkap.com/destinations/{destination_id}/resume \
  --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.

Path Parameters

destination_id
string | null
required

Response

Successful Response