# Get Binding List - Open Interface
# Configuration information
For example:
- APPID: xxxxxxxxxxxxxxx
- TOKEN: xxxxxxxxxxxxxxx
- EncodingAESKey: xxxxxxxxxxxxxxx
# Get the binding list interface:
https://chatbot.weixin.qq.com/openapi/getbindlist/{TOKEN}
Interface type:
POST request
curl -X post "https://chatbot.weixin.qq.com/openapi/getbindlist/{TOKEN}" -H "Content-Type:application/json"
Return value:
field | type | describe |
---|---|---|
code | number | Error code |
msg | array | Interface Call Information |
Return format:
{
"bindlist": "Array[Object]"
}