GET
/
integration
/
subscriptions
/
v1
/
{subscription_id}
curl --request GET \
  --url https://api.mottostreaming.com/integration/subscriptions/v1/{subscription_id} \
  --header 'Authorization: Bearer <token>'
{
  "subscription": {
    "id": "<string>",
    "project_id": "<string>",
    "name": "<string>",
    "topic_id": "<string>",
    "filter": "<string>",
    "https_url": "<string>",
    "delete_after_use": true
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

subscription_id
string
required

Response

200
application/json

OK

The response is of type object.