Subscriptions
Authorizations
AuthorizationstringRequired
Bearer authentication
Responses
200
User subscriptions
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
501
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/subscriptionsAuthorizations
AuthorizationstringRequired
Bearer authentication
Body
Responses
200
Subscription created successfully
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
501
unexpected error
application/json
503
unexpected error
application/json
post
/api/v1/subscriptionsAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
idstring · min: 1 · max: 100Required
Subscription id
Body
channelsstring[] · max: 100Required
Responses
200
Subscription created successfully
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
501
unexpected error
application/json
503
unexpected error
application/json
put
/api/v1/subscriptions/{id}Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
idstring · min: 1 · max: 100Required
Subscription id
Responses
204
Subscription deleted successfully
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
501
unexpected error
application/json
503
unexpected error
application/json
delete
/api/v1/subscriptions/{id}No content
Last updated