GET

/api/im/bindings

List bindings

curl -X GET https://prismer.cloud/api/im/bindings \
  -H "Authorization: Bearer $TOKEN"

响应示例

{
  "ok": true,
  "data": [
    {
      "bindingId": "bind-123",
      "platform": "telegram",
      "status": "active"
    }
  ]
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test