Skip to main content
GET
/
automations
List automations
curl --request GET \
  --url https://api.sendrealm.com/automations \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": null
  }
}
Use filters like status and search. GET /automations?status=active&search=post

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string

Response

Automation list