How I can get users that register on championshop with API? Is it possible?
And why endpoint /healthcheck doen’t work?
Hi,
For registered users when you have the Sign Up Form active you can access the csv file at the following url:
/championship/<championship-id>/entrants.csv
Otherwise your only option would be the standings API. This shows the current standings rather than registered drivers though so is slightly different, drivers without points will not be displayed. The standings API is documented here: Web API | Emperor Servers.
Finally how are you trying to access the /healthcheck endpoint? Just to be totally sure, the endpoint is /healthcheck.json, the .json at the end does need to be included.
Thanks