Proxy Profiles
With these endpoints you can manage your Organization's Proxy Profiles.
Here you can read more about Proxy Profiles.
📄️ Get Proxy Profile
This endpoint returns a Proxy Profile
📄️ Replace Proxy Profile
This endpoint replaces a Proxy Profile identified by the `proxyProfileId` parameter.
📄️ Update Proxy Profile
This endpoint updates a Proxy Profile identified by the `proxyProfileId` parameter with a collection of [JSON Patch](https://jsonpatch.com) operations.
📄️ Delete Proxy Profile
This endpoint removes a Proxy Profile identified by the `proxyProfileId` parameter.
📄️ List Proxy Profiles
This endpoint returns the list of Proxy profiles for the given Organization identified by the `organizationId` parameter.
📄️ Create Proxy Profile
This endpoint creates a new Proxy Profile in the given Organization
📄️ Get selected SDK keys
This endpoint returns the list of SDK keys selected for a Proxy Profile
📄️ Deselect SDK keys
This endpoint removes the given list of Config / Environment pairs' SDK Keys from a Proxy Profile
📄️ Generate Secret
This endpoint (re)generates a secret token for a Proxy Profile identified by the `proxyProfileId` parameter.
📄️ Select SDK keys
This endpoint adds the given list of Config / Environment pairs' SDK Keys to a Proxy Profile