Property

The following endpoints allow you to view and manage the specified merchant/domain's property configuration and widget settings.

Get property

get

Retrieve the property information and configuration

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Query parameters
merchant_idstringOptional

Either a merchant ID or a domain ID is required

domain_idstringOptional
Responses
chevron-right
200

Result with an array of records

application/json
get
/portal/instance/property
200

Result with an array of records

Update property

put

Change property information and configuration

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Query parameters
merchant_idstringOptional

Either a merchant ID or a domain ID is required

domain_idstringOptional
Body
border_radiusstring · enumOptional

The new border radius applied on UI elements in the widget and governance portal

Possible values:
text_colorstring · enumOptional

The new text color to apply on UI elements

Possible values:
widget_positionstring · enumOptional

The new side of the page the widget will position itself

Possible values:
widget_fontstringOptional

Specify the custom font that will be applied to the widget

Example: Georgia
primary_colorstringOptional

The new primary color of the widget and governance portal

Example: #c3c3c3
default_notice_typestring · enumOptional

The new default notice type to be used by the widget

Possible values:
has_scriptsbooleanOptional

If set to false, the widget will not handle any kind of consent/cookie management and will not block any scripts

has_dsarbooleanOptional

If set to false, the widget and governance portal will not handle any kind of data subject requests.

has_docsbooleanOptional

If set to false, the widget and governance portal will not display any legal documents

has_accessibilitybooleanOptional

If set to false, the widget will not provide any accessibility functionality

display_dpobooleanOptional

If set to false, the widget and governance portal will not display any representative information

display_companybooleanOptional

If set to false, the widget and governance portal will not display any company information

has_continuous_scanningbooleanOptional

Specifies if the widget has continuous scanning enabled

has_welcome_messagebooleanOptional

Specifies if the welcome message should be displayed in the widget

has_accessibility_iconbooleanOptional

The widget will use the accessibility icon for jurisdictions that do not require cookie consent

accessibility_phonebooleanOptional

The accessibility phone number configured for the accessibility widget

widget_iconstringOptional

The default widget opening icon

Example: circle-check
descriptionstringOptional

The new welcome message used by the widget

langstringOptional

The new default language code of the widget

Example: HU
logo_urlstring · uriOptional

The previously uploaded logo id

logo_light_urlstring · uriOptional

The previously uploaded light logo id

Responses
chevron-right
200

Result with an array of records

application/json
put
/portal/instance/property
200

Result with an array of records

Send instructions

post

This API endpoint is used to send implementation instructions to the specified email address

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Query parameters
merchant_idstringOptional

Either a merchant ID or a domain ID is required

domain_idstringOptional
Body
emailstring · emailRequired

The email address to send the implementation instructions

messagestringOptional

Additional information to be included in the email

Responses
chevron-right
200

Request completed successfully

application/json
post
/portal/instance/property/send-instructions
200

Request completed successfully

Sign asset

post

Prepares a signed URL for a logo, logo_light or favicon to be uploaded for the property.

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Query parameters
merchant_idstringOptional

Either a merchant ID or a domain ID is required

domain_idstringOptional
Body
typestring · enumRequired

The asset type you want to upload

Possible values:
mimestringRequired

The mime type of the asset you want to upload

Example: image/png
Responses
chevron-right
200

Result with the added property domain

application/json
post
/portal/instance/property/sign-asset
200

Result with the added property domain

Delete asset

delete

This API endpoint is used when you want to remove a previously uploaded asset from the property.

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Path parameters
typestring · enumRequiredPossible values:
Query parameters
merchant_idstringOptional

Either a merchant ID or a domain ID is required

domain_idstringOptional
Responses
chevron-right
200

Request completed successfully

application/json
delete
/portal/instance/property/image/{type}
200

Request completed successfully

Get domains

get

Retrieve a list of available domains for this property

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Query parameters
merchant_idstringOptional

Either a merchant ID or a domain ID is required

domain_idstringOptional
Responses
chevron-right
200

Result with an array of property domains

application/json
get
/portal/instance/property/domains
200

Result with an array of property domains

Create domain

post

Create a new domain for this property

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Query parameters
merchant_idstringOptional

Either a merchant ID or a domain ID is required

domain_idstringOptional
Body
namestring · uriRequired

The full domain hostname to be added

Example: mydomain.com
Responses
chevron-right
200

Result with the added property domain

application/json
post
/portal/instance/property/domains
200

Result with the added property domain

Delete domain

delete

Deletes the specified property domain

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Path parameters
idstringRequired

The property domain id

Query parameters
merchant_idstringOptional

Either a merchant ID or a domain ID is required

domain_idstringOptional
Responses
chevron-right
200

Request completed successfully

application/json
Responseobject
delete
/portal/instance/property/domains/{id}
200

Request completed successfully

Last updated