cURL
curl --request GET \ --url https://api.stardex.ai/zapier/zap-list-jobs \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "label": "<string>" } ]
Returns a list of jobs for use in Zapier dynamic dropdowns.
Enter your API key as: Bearer your_api_key_here
Bearer your_api_key_here
Jobs retrieved successfully
Was this page helpful?