Developing on the API
OpenAPI
The OpenAPI spec for this API is available in YAML format.
Authentication
All requests must be accompanied by an Authorization
request header (not as part of the URL) in the following format:
Authorization: Bearer {token}
Unauthenticated requests will receive an UnauthorizedResponse
with a 401
status code.
Authentication tokens will be provided by the Register team.