List bindings with filters
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_*)
In: header
Query Parameters
binding_type?string
automation_id?string
workspace_id?string
Response Body
application/json
curl -X GET "https://example.com/v1/automation-bindings"{ "data": [ { "id": "string", "organization_id": "string", "workspace_id": "string", "social_account_id": "string", "channel": "instagram", "binding_type": "default_reply", "automation_id": "string", "config": { "property1": null, "property2": null }, "status": "string", "last_synced_at": "string", "sync_error": "string", "created_at": "string", "updated_at": "string", "social_account": { "id": "string", "handle": "string", "display_name": "string", "avatar_url": "string" }, "warnings": [ { "code": "string", "message": "string" } ] } ]}Found something wrong? Help us improve this page.