{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens Custom behaviors API", "version": "2" }, "items": [ { "info": { "name": "Custom behaviors", "type": "folder" }, "items": [ { "info": { "name": "Akamai List Custom Behaviors", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/custom-behaviors", "headers": [ { "name": "PAPI-Use-Prefixes", "value": "{{PAPI-Use-Prefixes}}" } ], "params": [ { "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": "Lists the set of custom XML metadata behaviors configured for you by Akamai representatives. Referencing the relevant `behaviorId` from a [`customBehavior`](https://techdocs.akamai.com/property-mgr/reference/latest-custom-behavior) within the rule tree injects the custom XML within the rest of the rule tree's metadata XML. See [Custom behaviors and overrides](https://techdocs.akamai.com/property-mgr/reference/custom-behaviors-and-overrides) for guidance on custom overrides." }, { "info": { "name": "Akamai Get a Custom Behavior", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/custom-behaviors/:behaviorId", "headers": [ { "name": "PAPI-Use-Prefixes", "value": "{{PAPI-Use-Prefixes}}" } ], "params": [ { "name": "behaviorId", "value": "{{behaviorId}}", "type": "path", "description": "Unique identifier for the custom behavior." }, { "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": "Get information for a single custom behavior. Use this operation if you want to examine the custom behavior's XML metadata source." } ] } ], "bundled": true }