Return the static catalog of node kinds, entrypoints, bindings, actions, and channel capabilities
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_*)
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/automations/catalog"{ "node_kinds": [ null ], "entrypoint_kinds": [ null ], "binding_types": [ null ], "action_types": [ null ], "channel_capabilities": { "property1": null, "property2": null }, "template_kinds": [ "string" ]}Empty
Found something wrong? Help us improve this page.