Authentication

All API endpoints are authenticated using Bearer tokens and found in the API Keys section of the ProcessZen dashboard

curl "https://processzen.com/api/endpoint" \
  -H "Authorization: Bearer <API_KEY>"