Internal Service
webMethods API Gateway provides internal APIs that work on identified applications that are identified based on identifiers such as APi Key, OAuth token, IP address and so on.
webMethods API Gateway provides the following REST API and the resources to manage application identification:
- POST/{apigateway}/security/getJsonWebToken: Generates JSON Web token with custom claims supplied in the request.
- POST/{apigateway}/security/exchangeIDToken: Generate an access token for the given ID Token.
For details on the REST API, see https://github.com/SoftwareAG/webmethods-api-gateway/blob/master/apigatewayservices/APIGatewayInternalService.json.