Skip to main content
GET
/
v1
/
automations
Listar automações
curl --request GET \
  --url https://api.notifique.dev/v1/automations \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "items": [
      {
        "id": "<string>",
        "name": "<string>",
        "status": "ENABLED",
        "triggerEventName": "<string>",
        "graphVersion": 123,
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z"
      }
    ],
    "page": 123,
    "limit": 123,
    "total": 123
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_live_...

Query Parameters

page
string
limit
string

Response

Lista resumida (sem graphJson).

success
enum<boolean>
required
Available options:
true
data
object
required