Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234_abcdef

Path Parameters

preset_id
integer
required

Preset ID.

Response

Successful.

object_type
string
required

Type of objects the preset is applied to.

Example:

"CDNResource"

object_ids
integer[]
required

IDs of the objects the preset is currently applied to. Empty when the preset is not applied to anything.

Example:
message
string
deprecated

Deprecated. Present only when object_ids is empty. Check object_ids instead. This field is kept for backward compatibility and will be removed in a future version.

Example:

"You have no presets applied"