Skip to main content
GET
/
api
/
workflows
Get all workflows for the organization
curl --request GET \
  --url https://your-instance.example.com/api/workflows \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "_id": "64d2f9c5e8a1d4e001a0b1c2",
      "name": "New Lead Welcome",
      "description": "Greet new leads and assign them to a leasing agent.",
      "enabled": true
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Workflows list returned

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