Skip to main content

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 members
  • POST /report/{entityId}/custom/{reportType} — run a custom filtered report
  • GET /report/{entityId}/{reportType}/columns — list a report's columns

See the API Reference section for full request/response details.