Skip to main content
POST
Set submission page style

Headers

X-API-KEY
string
required

API key

Body

application/json
backgroundColor
string

Page background color.

Example:

"#ffffff"

titleColor
string

Header text color.

Example:

"#202224"

textColor
string

Dropdown/input text color.

Example:

"#202224"

inputBackgroundColor
string

Input and dropdown background color.

Example:

"#f0f0f0"

submitButtonColor
string

Submit button background color.

Example:

"#27A691"

submitButtonTextColor
string

Submit button text color.

Example:

"#ffffff"

cancelButtonColor
string

Cancel button background color.

Example:

"#cccccc"

cancelButtonTextColor
string

Cancel button text color.

Example:

"#202224"

errorTextColor
string

Validation error text color.

Example:

"#cc0000"

logoSvg
string

Base64-encoded SVG logo. Takes priority over logoPng if both are set.

Example:

"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAxMjAgNDAiPjxyZWN0IHdpZHRoPSIxMjAiIGhlaWdodD0iNDAiIHJ4PSI4IiBmaWxsPSIjMjdBNjkxIi8+PHRleHQgeD0iNjAiIHk9IjI2IiBmb250LWZhbWlseT0iQXJpYWwiIGZvbnQtc2l6ZT0iMTYiIGZpbGw9IndoaXRlIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIj5Mb2dvPC90ZXh0Pjwvc3ZnPgo="

logoPng
string

Base64-encoded PNG logo. Used if logoSvg is not set.

Example:

"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg=="

Response

201 - application/json

Submission page style updated successfully.

The response is of type object.

Last modified on August 11, 2026