cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/bot/chat-bindings \ --header 'Authorization: Bearer <token>'
{ "items": [ {} ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Chat bindings per platform
{ "items": [...] } wrapper used by a handful of list endpoints that don't have a more specific typed item shape yet.
{ "items": [...] }
Was this page helpful?