Meta Business Agent
List UI skills
Cursor paged; follow paging.cursors.after until paging.next is absent.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
accountId*string
WhatsApp social account id (the number must be managed through the Cloud API).
Query Parameters
before?string
after?string
limit?integer
Range
1 <= value <= 100Response Body
application/json
application/json
application/json
application/json
application/json
{ "uiSkills": [ { "title": "string", "component_type": "carousel_quick_reply", "status": "enabled", "instruction": "string", "flow_id": 0, "id": "string", "created_at": 0, "updated_at": 0 } ], "paging": {}}Was this page helpful?