Get an entrypoint by id
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_*)
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/automation-entrypoints/string"{ "id": "string", "automation_id": "string", "channel": "instagram", "kind": "string", "status": "string", "social_account_id": "string", "config": { "property1": null, "property2": null }, "filters": { "property1": null, "property2": null }, "allow_reentry": true, "reentry_cooldown_min": 0, "priority": 0, "specificity": 0, "created_at": "string", "updated_at": "string"}{ "error": { "code": "string", "message": "string", "details": { "property1": null, "property2": null } }}Found something wrong? Help us improve this page.