Wakato Docs
API Reference

Automations

GET
/automations

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Response Body

application/json

curl -X GET "https://example.com/automations"
{}
POST
/automations/{id}/run

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

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/automations/string/run" \  -H "Content-Type: application/json" \  -d '{}'
{}
{  "error": "string"}