Gigwell Public API
Reference documentation for the Gigwell public REST API.
Authentication
All endpoints require a Personal Access Token (PAT). Mint one from your account's Security tab in the Gigwell UI, then send it as a Bearer token:
curl -H "Authorization: Bearer <PAT>" \
https://api.gigwell.com/api/agency/<entityId>/subscription/members
Endpoints
GET /agency/{entityId}/subscription/members— list an organization's membersPOST /report/{entityId}/custom/{reportType}— run a custom filtered reportGET /report/{entityId}/{reportType}/columns— list a report's columns
See the API Reference section for full request/response details.