Authentication

Requests to the RACEMAP APIs must include a valid API token which serves as a secure key.

The token authenticates you to the RACEMAP platform to retrieve your data from or direct your data to RACEMAP. Requests without a valid token will be rejected - or, in the case of data‐retrieval calls, blocked.

Obtain your API tokens

Manage your API tokens in your RACEMAP account

Using API token

Sample to request participants from your event:

curl --location 'https://racemap.com/api/events/:eventId/starters' \
--header 'Authorization: Bearer <API_TOKEN>'

Last updated