| 错误码 | 说明 | 
|---|---|
| 20608 | custom_event_type_name超出8字符长度限制 | 
| 20609 | 该custom_event_type_name已存在 | 
| 20610 | custom_event_type_name不能为空 | 
| 20611 | custom_event_type_name不能与微伴基础事件类型重名 | 
| 20612 | 自定义事件类型和微伴基础事件类型总数不能超过20个 | 
| 调用此接口需购买基础席位。 | 
{
    "custom_event_type_name": "string"
}curl --location --request POST 'https://open.weibanzhushou.com/open-api/external_user_event/custom_type/add?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
    "custom_event_type_name": "string"
}'{
    "custom_event_type": {
        "id": 9,
        "name": "己有基非边"
    },
    "errcode": 0,
    "errmsg": "ok"
}