generated: '2026-07-11' method: derived source: openapi/university-of-calgary-aurorax-api.yaml, openapi/university-of-calgary-srs-api.yaml summary: types: - apiKey - http api_key_in: - header schemes: - name: AccessToken type: http scheme: bearer bearerFormat: Generated by server description: Send the Authorization header found in the response of a successful /authentication request on all secure endpoints. Copy it verbatim to the request header. It is fine to send this header on all requests to the API. The value in Swagger UI should only include the access token part (leave out 'Bearer'). sources: - openapi/university-of-calgary-aurorax-api.yaml - openapi/university-of-calgary-srs-api.yaml - name: ApiKeyAuth type: apiKey in: header parameter: x-aurorax-api-key description: API keys are intended to be used by non-interactive software interfacing with the REST API. These can be used instead of an Access Token approach. sources: - openapi/university-of-calgary-aurorax-api.yaml - name: APIKeyHeader type: apiKey in: header parameter: x-srs-api-key sources: - openapi/university-of-calgary-srs-api.yaml