Pause automations for a contact (global or per-automation)
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_*)
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/contacts/string/automation-pause" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "organization_id": "string", "contact_id": "string", "automation_id": "string", "pause_reason": "string", "paused_until": "string", "paused_by_user_id": "string", "created_at": "string", "updated_at": "string"}{ "error": { "code": "string", "message": "string", "details": { "property1": null, "property2": null } }}Found something wrong? Help us improve this page.