API Permission Updates - October 8, 2025

What Changed

We recently consolidated our API codebase, which modified authentication requirements for several endpoints. All affected endpoints have now been restored.

Endpoint Status

Restored - Working Now

  • /memberships - Read access restored
  • /event-summaries - Read access restored; performance improvements applied
  • /bookings - Read access restored
  • /allocations - Read access restored
  • /addresses - Read access restored
  • /team-managers - Read access restored
  • /event-registrations - Read access restored
  • /employees - Read access restored
  • /employee-roles - Read access restored

📝 Endpoint Removed

  • /customer-team-finances - This endpoint has been removed
    • Workaround: Access this data using the finances relation on /registrations
    • Example: GET /v1/registrations/{id}?include=finances

Authentication

All endpoints require a valid access token (JWT):

GET /v1/memberships?include=customers
Authorization: Bearer YOUR_ACCESS_TOKEN

Refer to the Authentication help center document for more details.


Getting 403 Forbidden Errors?

If you're still receiving 403 Forbidden errors:

  1. Verify your access token is included in the header: Authorization: Bearer YOUR_ACCESS_TOKEN
  2. Ensure your access token hasn't expired
  3. Contact support with the specific endpoint and error details

Need Help?

Email: [email protected]: Endpoint name, error message, and your use case