Loading API reference…
STAFFLY DEVELOPER PLATFORM
Your CRM, calls, and workflows. Connected to the tools you already use.
curl 'https://api.stafflyhq.ai/api/pipelines' \
-H "Authorization: Bearer $STAFFLY_API_KEY"
{
"data": [{ "name": "Sales", "is_active": true }],
"limit": 50, "offset": 0, "total": 1
}Loading API reference…