Staffly Developers

STAFFLY DEVELOPER PLATFORM

Build on Staffly.

Your CRM, calls, and workflows. Connected to the tools you already use.

REST API / JSON responses / Organization-scoped access

GET/pipelinesYOUR FIRST REQUEST
curl 'https://api.stafflyhq.ai/api/pipelines' \
  -H "Authorization: Bearer $STAFFLY_API_KEY"
Response excerpt application/json
{
  "data": [{ "name": "Sales", "is_active": true }],
  "limit": 50, "offset": 0, "total": 1
}

Loading API reference…