JACS API Gateway

This API Gateway provides centralized, authenticated access to the JACS web service APIs. Currently available endpoints are listed below. To use one, simply authenticate with the AuthenticationService, and then include the JWT token in any requests to the other services. There are two ways to include the JWT: as a header called Authorization with value "Bearer <tokenValue>", or alternatively, as a query parameter called "access_token".

Services