API¶
Overview¶
FIXR has an API available to allow event organisers to read a live feed of events listed on their FIXR organiser accounts.
Authentication¶
The API is authenticated using an API token, please contact FIXR in order to get a token for your account.
Rate Limit¶
The API is rate limited to 2000 requests per hour per API key.
If you exceed this limit, the API will respond with a 429 Too Many Requests status code. The response body will contain a JSON object with details about the rate limit:
The response will also include a Retry-After header indicating the number of seconds to wait before making another request.