CHANNEL TYPE

All Channel Types

get
/api/v1/channel-type
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful response

application/json
get
/api/v1/channel-type
200

Successful response

No content

Create Channel Type

post
/api/v1/channel-type
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample: {"name":"Telegram"}
Responses
200

Successful response

application/json
post
/api/v1/channel-type
200

Successful response

No content

Single Channel Type

get
/api/v1/channel-type/{typeId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typeIdintegerRequiredExample: 1
Responses
200

Successful response

application/json
get
/api/v1/channel-type/{typeId}
200

Successful response

No content

Edit Channel Type

put
/api/v1/channel-type/{typeId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typeIdintegerRequiredExample: 4
Body
objectOptionalExample: {"name":"Updated Type Name"}
Responses
200

Successful response

application/json
put
/api/v1/channel-type/{typeId}
200

Successful response

No content

Delete Channel Type

delete
/api/v1/channel-type/{typeId}/delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typeIdintegerRequiredExample: 4
Responses
200

Successful response

application/json
delete
/api/v1/channel-type/{typeId}/delete
200

Successful response

No content

Last updated