Public Services
This API allows you to fetch a JWT from API Gateway and also fetch JSON Web key URI of API Gateway.
API Gateway provides the following REST API and the resources to manage public services:
GET/rest/pub/apigateway/jwt/getJsonWebToken: Retrieves JWT from
API Gateway. To obtain the JWT from
API Gateway the client has to pass the basic authentication credentials.
GET/rest/pub/apigateway/jwt/certs: Retrieves all the public keys of
API Gateway, which can be used to validate the JWT generated by
API Gateway.