GetSubscription
Returns subscription information by 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 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object