Skip to main content
POST
/
workflows
cURL
curl --request POST \
  --url https://workflows.pingmee.co.il/workflows \
  --header 'Content-Type: application/json' \
  --header 'Cookie: <api-key>' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "getAllWorkflowsMinimalData": true
}
'
{
  "result": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.pingmee.co.il/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Body

application/json

Request the minimal workflow dataset.

getAllWorkflowsMinimalData
boolean
default:true
required

When true, returns only the minimal workflow data required by the client cache.

Example:

true

Response

Minimal workflow list

result
object[]
required