Skip to main content
GET
/
health_check
Returns 'OK' if the API is running
curl --request GET \
  --url https://api.leaguesync.dev/health_check \
  --header 'x-auth-token: <x-auth-token>'
"OK"

Headers

x-auth-token
string
required

User-platform auth_token supplied by LeagueSync API

Response

200 - text/plain

OK

The response is of type string.

Example:

"OK"