{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens JWT API", "version": "2" }, "items": [ { "info": { "name": "JWT", "type": "folder" }, "items": [ { "info": { "name": "Get JWT settings", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/endpoints/:apiEndPointId/versions/:versionNumber/settings/jwt", "params": [ { "name": "versionNumber", "value": "{{versionNumber}}", "type": "path", "description": "The unique identifier for the endpoint version." }, { "name": "apiEndPointId", "value": "{{apiEndPointId}}", "type": "path", "description": "The unique identifier for the endpoint." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "Returns the JWT validation settings configured for an endpoint version and its assigned resources." }, { "info": { "name": "Edit JWT settings", "type": "http" }, "http": { "method": "PUT", "url": "https://{hostname}/api-definitions/v2/endpoints/:apiEndPointId/versions/:versionNumber/settings/jwt", "params": [ { "name": "versionNumber", "value": "{{versionNumber}}", "type": "path", "description": "The unique identifier for the endpoint version." }, { "name": "apiEndPointId", "value": "{{apiEndPointId}}", "type": "path", "description": "The unique identifier for the endpoint." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the JWT validation settings configured for an endpoint version and its assigned resources." } ] } ], "bundled": true }