API Permission Updates - October 8, 2025
about 2 months ago by Colissa Pollard
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
financesrelation on/registrations - Example:
GET /v1/registrations/{id}?include=finances
- Workaround: Access this data using the
Authentication
All endpoints require a valid access token (JWT):
GET /v1/memberships?include=customers
Authorization: Bearer YOUR_ACCESS_TOKENRefer to the Authentication help center document for more details.
Getting 403 Forbidden Errors?
If you're still receiving 403 Forbidden errors:
- Verify your access token is included in the header: Authorization: Bearer YOUR_ACCESS_TOKEN
- Ensure your access token hasn't expired
- Contact support with the specific endpoint and error details
Need Help?
Email: [email protected]: Endpoint name, error message, and your use case
