Skip to main content
PATCH
Update product settings
Click the base URL in the API playground and select the Sandbox host for test data or the Production host for live data. Use credentials from the same environment.

Authorizations

Authorization
string
header
required

The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'

Path Parameters

pk
string<uuid>
required

Product UUID.

Body

application/json

Partial update to product settings. Any subset of fields may be supplied.

vpn
boolean
Example:

false

tor
boolean
Example:

false

proxy
boolean
Example:

true

currency
string
Example:

"EUR"

productUrl
string<uri>
Example:

"https://app.example.com"

Response

Updated product settings.

Behavioural and presentation settings attached to a product.

vpn
boolean

If true, VPN traffic is allowed for this product's experience.

Example:

true

tor
boolean

If true, Tor traffic is allowed.

Example:

true

proxy
boolean

If true, proxy traffic is allowed.

Example:

true

currency
string

Default currency for the product.

Example:

"USD"

productUrl
string<uri> | null

Public URL of the product.

Example:

"https://app.example.com"