There was an error while loading. Please reload this page.
The Scorebot API requires authentication on many of it's endpoints.
Authentication in Scorebot is based on a permissions based system. Each endpoint may have it's own separate permission.
Authentication takes the form of a token expressed in UUID4 format.
Tokens must be provided in an HTTP header to be processed. There are two headers that can be used.
SBE-AUTH: <Token UUID>
Authentication: <Token UUID>
HTTP Responses will always follow the form of 401 -> 403.