Skip to content

IntegrationsPurchaseProtection​


Get Purchase Protection settings​

GET
/api/v2/integrations/purchase-protection

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Purchase Protection settings

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization

Samples​


Update Purchase Protection settings​

PATCH
/api/v2/integrations/purchase-protection

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Settings updated successfully

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI