Үндсэн агуулга руу алгасах
API reference

Active flows with the `api` trigger (404 not_found while the flow API is off)

GET/flows

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/flows"
{  "flows": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "description": "string",      "status": "active",      "published_version": 0,      "updated_at": "2019-08-24T14:15:22Z"    }  ]}