Public Services

This API allows you to fetch a JWT from API Gateway and also fetch JSON Web key (JWKS) 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.

For details about the REST API, see https://github.com/SoftwareAG/webmethods-api-gateway/blob/10.15/apigatewayservices/APIGatewayPublicServices.json.