Fires when a channel is created in the control panel or by API. ```json filename="Example callback object" showLineNumbers { "created_at": 1561482670, "store_id": "1025646", "producer": "stores/{store_hash}", "scope": "store/channel/created", "hash": "352e4afc6dd3fc85ea26bfdf3f91852604d57528", "data": { "type": "channel", "id": 173331 } } ```
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/store_channel_created",
"title": "store/channel/created",
"description": "Fires when a channel is created in the control panel or by API.\n\n```json filename=\"Example callback object\" showLineNumbers\n{\n \"created_at\": 1561482670,\n \"store_id\": \"1025646\",\n \"producer\": \"stores/{store_hash}\",\n \"scope\": \"store/channel/created\",\n \"hash\": \"352e4afc6dd3fc85ea26bfdf3f91852604d57528\",\n \"data\": {\n \"type\": \"channel\",\n \"id\": 173331\n }\n}\n```",
"x-examples": {},
"allOf": [
{
"$ref": "#/components/schemas/webhook_callback_base"
},
{
"description": "A lightweight description of the event that triggered the webhook. Will vary depending on the event registered.",
"properties": {
"data": {
"type": "object",
"description": "A lightweight description of the event that triggered the webhook. Will vary depending on the event registered.",
"properties": {
"type": {
"type": "string",
"description": "The type will always be `channel`.",
"default": "channel",
"example": "channel",
"readOnly": true
},
"id": {
"type": "integer",
"description": "ID of the channel",
"example": 173331
}
}
}
}
}
],
"x-tags": [
"created"
],
"type": "object",
"x-internal": false
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.