Skip to content
Premiere V2 API
Main Navigation
API
Appearance
Menu
Return to top
On this page
v2.84.0
TS Dev 108 API Documentation
​
Download OpenAPI Document
JSON
Download OpenAPI Document
YAML
IntegrationsPurchaseProtection
​
IntegrationsPurchaseProtection
Operations
​
GET
/api/v2/integrations/purchase-protection
PATCH
/api/v2/integrations/purchase-protection
Hide operations
Get Purchase Protection settings
​
GET
/api/v2/integrations/purchase-protection
Authorizations
​
bearerAuth
Type
HTTP (bearer)
Responses
​
200
400
500
Purchase Protection settings
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"data"
:
"string"
}
GET
/api/v2/integrations/purchase-protection
Playground
​
Authorization
bearerAuth
Try it out
Samples
​
Update Purchase Protection settings
​
PATCH
/api/v2/integrations/purchase-protection
Authorizations
​
bearerAuth
Type
HTTP (bearer)
Request Body
​
application/json
Schema
JSON
JSON
"string"
Responses
​
200
400
500
Settings updated successfully
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"data"
:
"string"
}
PATCH
/api/v2/integrations/purchase-protection
Playground
​
Authorization
bearerAuth
Body
Try it out
Samples
​
Powered by
VitePress OpenAPI