CHANNEL
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample:
{"name":"Demo Channel","typeId":1,"scopes":[18]}Responses
200
Successful response
application/json
post
/api/v1/channel200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
channelIdintegerRequiredExample:
3Body
objectOptionalExample:
{"name":"Updated Channel Name","typeId":2,"scopes":[4,7],"enabled":true,"cidr":"10.0.0.0/24,172.16.0.0/12"}Responses
200
Successful response
application/json
put
/api/v1/channel/{channelId}200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
channelIdintegerRequiredExample:
3Responses
200
Successful response
application/json
get
/api/v1/channel/{channelId}/scopes200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
channelIdintegerRequiredExample:
2Body
objectOptional
Responses
200
Successful response
application/json
post
/api/v1/channel/{channelId}/toggle200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
channelIdintegerRequiredExample:
11Responses
200
Successful response
application/json
delete
/api/v1/channel/{channelId}/delete200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequiredExample:
abc123def456ghi789jkl012mno345pqr678stu901vwx234Responses
200
Successful response
application/json
get
/api/v1/channel/verify/token/{token}200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequiredExample:
abc123def456ghi789jkl012mno345pqr678stu901vwx234Responses
200
Successful response
application/json
get
/api/v1/channel/retrieve/token/{token}200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequiredExample:
abc123def456ghi789jkl012mno345pqr678stu901vwx234Responses
200
Successful response
application/json
get
/api/v1/channel/{token}200
Successful response
No content
Last updated
