Subscriptions
Authorizations
AuthorizationstringRequired
Bearer authentication
Responses
200
User subscriptions
application/json
channelsstring[] · max: 100Required
idstring · max: 100Optional
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/subscriptions
Authorizations
AuthorizationstringRequired
Bearer authentication
Body
channelsstring[] · max: 100Required
idstring · max: 100Optional
Responses
200
Subscription created successfully
application/json
channelsstring[] · max: 100Required
idstring · max: 100Optional
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/subscriptions
Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
idstring · min: 1 · max: 100Required
Subscription id
Body
channelsstring[] · max: 100Required
Responses
200
Subscription created successfully
application/json
channelsstring[] · max: 100Required
idstring · max: 100Optional
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
No content
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