Back to WeChat
TikHub·WeChat

WeChat Media Platform V2: Get WeChat MP Account Profile

/api/v1/wechat_mp/v2/fetch_account_profilesync$0.015 / call

Pass a ghusername to get the official account profile: name / avatar / description / verification entity type, etc.. Some accounts (like the example) have sparse fields; nickname / signature / headurl may be null.. 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 i… (TikHub · WeChat Media Platform V2)

Input
FieldTypeRequiredDescription
usernamestringyesOfficial account ghusername (gh…)
rawbooleanTrue=raw response; False=simplified parsed structure (default true)

Run it

curl -s https://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_profile","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.