API quickstart
Accolade has a REST API for reading and writing your event data. Available on Enterprise and Agency.
Get your API key
Settings → API → Generate Key. Keep it secret, treat like a password.
Authenticating
Pass your API key as a Bearer token:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.accolade.live/v1/events
Available endpoints
GET /v1/events, GET /v1/events/{id}/nominations, POST /v1/events/{id}/guests, etc. Full reference at docs.accolade.live/api.
Rate limits
1,000 requests/hour on Enterprise, 5,000/hour on Agency. 429 with Retry-After header if exceeded.
SDKs
Official: Python, Node, PHP. Community: Ruby, Go.