Channel creation API
Create a channel.
Request
Method : POST
URI : /channel
Header | Type | Required | Description |
---|---|---|---|
x-api-key | String | O | Dashboard > Settings > Project settings > API Key |
Attribute | Type | Required | Description |
---|---|---|---|
projectId | String | O | Project ID (Dashboard > Settings > Project settings > Project ID) |
name | String | O | Channel name |
translation | Boolean | X | Translation availability |
uniqueId | String | X | Unique ID that can be arbitrarily specified |
Response
Attribute | Type | Description |
---|---|---|
status | Int | Result (1: Successful. Refer to the error code for failures.) |
result | String | Created channel ID |
Error code
Code | Description |
---|---|
-100 | When the required parameter doesn't exist |
Last updated