cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/programs/bindings \ --header 'Authorization: Bearer <token>'
{ "bindings": [ { "account_id": 123, "enabled": true, "id": 123, "program_id": 123, "trigger_config": {} } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Program bindings list
Program bindings listing.
Show child attributes
Was this page helpful?