Skip to content

SettingsWristbandPrinting​

Wristband printing layout and images (general custom fields)


Get wristband printing settings​

GET
/api/v2/settings/wristband-printing

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Wristband printing settings

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization

Samples​


Update wristband printing settings​

PATCH
/api/v2/settings/wristband-printing

Partial update. Accepts application/json or multipart/form-data. Image fields (logoImage, sponsorImage1–3) are upload-only and must be sent as multipart file parts.

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

JSON
"string"

Responses​

Settings updated successfully

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI