flows_instances_execute_retrieve
GET/api/v3//flows/instances/:slug/execute/
Execute flow for current user
Request
Path Parameters
slug stringrequired
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
link stringrequired
{
"link": "string"
}
Flow not applicable
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '/api/v3/flows/instances/:slug/execute/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'