Skip to content

SettingsBadgePrinting​

Badge printing settings stored in general custom fields


Get badge printing settings​

GET
/api/v2/settings/badge-printing

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Badge printing settings

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

Playground​

Authorization

Samples​


Update badge printing settings​

PATCH
/api/v2/settings/badge-printing

Partial update. Accepts application/json or multipart/form-data. topImage is upload-only in multipart requests and stored as public URL.

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