-
Notifications
You must be signed in to change notification settings - Fork 1
API Version 1
Nikhil Kansal edited this page Aug 20, 2017
·
10 revisions
The version ID of this version is v1
. You'll see it in paths such as /app/api/
v1
/user
.
Public APIs can be accessed without a token.
-
Authentication (
/app/api/v1/auth
) -
Server Health (
/app/api/v1/health
)
Protected APIs must set an Authorization
header and provide a valid token.
-
User (
/app/api/v1/user
) -
Events (
/app/api/v1/event
) -
Attendance (
/app/api/v1/attendance
) -
Leaderboard (
/app/api/v1/leaderboard
)