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