Skip to content

Listar plantillas

POST /api/templates/list

Lista las plantillas del canal y su estado. Requiere scope templates:manage.

FieldTypeDescription
channel_idstringrequiredchannel_id del canal (prefijo nk_). Example: "nk_dvzobn7m4h4y".
StatusDescriptionSchema
200
Terminal window
curl -X POST https://api.neike.dev/api/templates/list \
-H "x-neike-api-key: whk_live_…" \
-H "Content-Type: application/json" \
-d '{
"channel_id": "nk_dvzobn7m4h4y"
}'