Back to WeChat
TikHub·WeChat
WeChat Media Platform V2: Get WeChat MP Account Services & Custom Menu
/api/v1/wechat_mp/v2/fetch_account_servicessync$0.015 / callPass a ghusername to get the custom menu / service entries at the bottom of the official account. Accounts without a custom menu return an empty menu.. Price: $0.01 per request. ⏱️ Due to WeChat server latency, this endpoint responds slowly; please set your client request timeout to 30 seconds — a timeout that is too small may result in being billed without receiving the response. (TikHub · WeChat Media Platform V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| username | string | yes | Official account ghusername (gh…) |
| raw | boolean | — | True=raw response; False=simplified parsed structure (default true) |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/wechat_mp/v2/fetch_account_services","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.