cURL
curl --request GET \ --url https://api.stardex.ai/zapier/zap-list-pipeline-stages \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "label": "<string>" } ]
Returns a list of pipeline stages for use in Zapier dynamic dropdowns.
Documentation IndexFetch the complete documentation index at: https://docs.stardex.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.stardex.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate with a Bearer token: API key, OAuth token, or session token.
Pipeline stages retrieved successfully
Was this page helpful?