Skip to main content
POST
/
card
/
uxt_theme
Upload a UX Toolkit Theme
curl --request POST \
  --url https://api.treasuryprime.com/card/uxt_theme \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "theme": {
    "borderRadius": "8px",
    "primaryColor": "#1A73E8"
  }
}
'
{
  "theme_name": "org_123-2026-05-13"
}

Documentation Index

Fetch the complete documentation index at: https://docs.treasuryprime.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

The card.theme to create

theme
object
required

JSON theme object defining the customized look-and-feel for a card product

Response

200 - application/json

The card.theme created

theme
object

JSON theme object defining the customized look-and-feel for a card product