Theme
Update Theme
Updates a tenant’s pre-built UI theme.
PATCH
/
theme
Update Theme
curl --request PATCH \
--url https://api.authsignal.com/v1/management/theme \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"logoUrl": "<string>",
"watermarkUrl": "<string>",
"faviconUrl": "<string>",
"primaryColor": "<string>",
"colors": {
"buttonPrimaryText": "<string>",
"buttonPrimaryBorder": "<string>",
"buttonSecondaryText": "<string>",
"buttonSecondaryBackground": "<string>",
"buttonSecondaryBorder": "<string>",
"cardBackground": "<string>",
"cardBorder": "<string>",
"inputBackground": "<string>",
"inputBorder": "<string>",
"link": "<string>",
"headingText": "<string>",
"bodyText": "<string>",
"containerBackground": "<string>",
"containerBorder": "<string>",
"divider": "<string>",
"icon": "<string>",
"loader": "<string>",
"positive": "<string>",
"critical": "<string>",
"information": "<string>",
"hover": "<string>",
"focus": "<string>"
},
"pageBackground": {
"backgroundColor": "<string>",
"backgroundImageUrl": "<string>"
},
"typography": {
"display": {
"fontUrl": "<string>"
}
},
"container": {
"contentAlignment": "<string>",
"position": "<string>",
"padding": 0,
"logoAlignment": "<string>",
"logoPosition": "<string>",
"logoHeight": 0
},
"borders": {
"buttonBorderRadius": 0,
"buttonBorderWidth": 0,
"cardBorderRadius": 0,
"cardBorderWidth": 0,
"inputBorderRadius": 0,
"inputBorderWidth": 0,
"containerBorderRadius": 0
},
"darkMode": {
"logoUrl": "<string>",
"watermarkUrl": "<string>",
"faviconUrl": "<string>",
"primaryColor": "<string>",
"colors": {
"buttonPrimaryText": "<string>",
"buttonPrimaryBorder": "<string>",
"buttonSecondaryText": "<string>",
"buttonSecondaryBackground": "<string>",
"buttonSecondaryBorder": "<string>",
"cardBackground": "<string>",
"cardBorder": "<string>",
"inputBackground": "<string>",
"inputBorder": "<string>",
"link": "<string>",
"headingText": "<string>",
"bodyText": "<string>",
"containerBackground": "<string>",
"containerBorder": "<string>",
"divider": "<string>",
"icon": "<string>",
"loader": "<string>",
"positive": "<string>",
"critical": "<string>",
"information": "<string>",
"hover": "<string>",
"focus": "<string>"
},
"pageBackground": {
"backgroundColor": "<string>",
"backgroundImageUrl": "<string>"
},
"typography": {
"display": {
"fontUrl": "<string>"
}
},
"container": {
"contentAlignment": "<string>",
"position": "<string>",
"padding": 0,
"logoAlignment": "<string>",
"logoPosition": "<string>",
"logoHeight": 0
},
"borders": {
"buttonBorderRadius": 0,
"buttonBorderWidth": 0,
"cardBorderRadius": 0,
"cardBorderWidth": 0,
"inputBorderRadius": 0,
"inputBorderWidth": 0,
"containerBorderRadius": 0
}
},
"template": "<string>"
}
'{
"name": "<string>",
"logoUrl": "<string>",
"watermarkUrl": "<string>",
"faviconUrl": "<string>",
"primaryColor": "<string>",
"colors": {
"buttonPrimaryText": "<string>",
"buttonPrimaryBorder": "<string>",
"buttonSecondaryText": "<string>",
"buttonSecondaryBackground": "<string>",
"buttonSecondaryBorder": "<string>",
"cardBackground": "<string>",
"cardBorder": "<string>",
"inputBackground": "<string>",
"inputBorder": "<string>",
"link": "<string>",
"headingText": "<string>",
"bodyText": "<string>",
"containerBackground": "<string>",
"containerBorder": "<string>",
"divider": "<string>",
"icon": "<string>",
"loader": "<string>",
"positive": "<string>",
"critical": "<string>",
"information": "<string>",
"hover": "<string>",
"focus": "<string>"
},
"pageBackground": {
"backgroundColor": "<string>",
"backgroundImageUrl": "<string>"
},
"typography": {
"display": {
"fontUrl": "<string>"
}
},
"container": {
"contentAlignment": "<string>",
"position": "<string>",
"padding": 0,
"logoAlignment": "<string>",
"logoPosition": "<string>",
"logoHeight": 0
},
"borders": {
"buttonBorderRadius": 0,
"buttonBorderWidth": 0,
"cardBorderRadius": 0,
"cardBorderWidth": 0,
"inputBorderRadius": 0,
"inputBorderWidth": 0,
"containerBorderRadius": 0
},
"darkMode": {
"logoUrl": "<string>",
"watermarkUrl": "<string>",
"faviconUrl": "<string>",
"primaryColor": "<string>",
"colors": {
"buttonPrimaryText": "<string>",
"buttonPrimaryBorder": "<string>",
"buttonSecondaryText": "<string>",
"buttonSecondaryBackground": "<string>",
"buttonSecondaryBorder": "<string>",
"cardBackground": "<string>",
"cardBorder": "<string>",
"inputBackground": "<string>",
"inputBorder": "<string>",
"link": "<string>",
"headingText": "<string>",
"bodyText": "<string>",
"containerBackground": "<string>",
"containerBorder": "<string>",
"divider": "<string>",
"icon": "<string>",
"loader": "<string>",
"positive": "<string>",
"critical": "<string>",
"information": "<string>",
"hover": "<string>",
"focus": "<string>"
},
"pageBackground": {
"backgroundColor": "<string>",
"backgroundImageUrl": "<string>"
},
"typography": {
"display": {
"fontUrl": "<string>"
}
},
"container": {
"contentAlignment": "<string>",
"position": "<string>",
"padding": 0,
"logoAlignment": "<string>",
"logoPosition": "<string>",
"logoHeight": 0
},
"borders": {
"buttonBorderRadius": 0,
"buttonBorderWidth": 0,
"cardBorderRadius": 0,
"cardBorderWidth": 0,
"inputBorderRadius": 0,
"inputBorderWidth": 0,
"containerBorderRadius": 0
}
},
"template": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.authsignal.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your Authsignal Management API secret key as the username and leave the password empty. This key is different from the Server API key and can be found in the API Keys section of the Authsignal Portal settings page.
Body
application/json
Maximum string length:
100Maximum string length:
2048Maximum string length:
2048Maximum string length:
2048Maximum string length:
50Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Maximum string length:
20000Response
OK
Maximum string length:
100Maximum string length:
2048Maximum string length:
2048Maximum string length:
2048Maximum string length:
50Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Maximum string length:
20000Was this page helpful?
Previous
OverviewLearn how to integrate with the Authsignal Call Connect API - an Authsignal service for call center customer authentication.
Next
⌘I
Update Theme
curl --request PATCH \
--url https://api.authsignal.com/v1/management/theme \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"logoUrl": "<string>",
"watermarkUrl": "<string>",
"faviconUrl": "<string>",
"primaryColor": "<string>",
"colors": {
"buttonPrimaryText": "<string>",
"buttonPrimaryBorder": "<string>",
"buttonSecondaryText": "<string>",
"buttonSecondaryBackground": "<string>",
"buttonSecondaryBorder": "<string>",
"cardBackground": "<string>",
"cardBorder": "<string>",
"inputBackground": "<string>",
"inputBorder": "<string>",
"link": "<string>",
"headingText": "<string>",
"bodyText": "<string>",
"containerBackground": "<string>",
"containerBorder": "<string>",
"divider": "<string>",
"icon": "<string>",
"loader": "<string>",
"positive": "<string>",
"critical": "<string>",
"information": "<string>",
"hover": "<string>",
"focus": "<string>"
},
"pageBackground": {
"backgroundColor": "<string>",
"backgroundImageUrl": "<string>"
},
"typography": {
"display": {
"fontUrl": "<string>"
}
},
"container": {
"contentAlignment": "<string>",
"position": "<string>",
"padding": 0,
"logoAlignment": "<string>",
"logoPosition": "<string>",
"logoHeight": 0
},
"borders": {
"buttonBorderRadius": 0,
"buttonBorderWidth": 0,
"cardBorderRadius": 0,
"cardBorderWidth": 0,
"inputBorderRadius": 0,
"inputBorderWidth": 0,
"containerBorderRadius": 0
},
"darkMode": {
"logoUrl": "<string>",
"watermarkUrl": "<string>",
"faviconUrl": "<string>",
"primaryColor": "<string>",
"colors": {
"buttonPrimaryText": "<string>",
"buttonPrimaryBorder": "<string>",
"buttonSecondaryText": "<string>",
"buttonSecondaryBackground": "<string>",
"buttonSecondaryBorder": "<string>",
"cardBackground": "<string>",
"cardBorder": "<string>",
"inputBackground": "<string>",
"inputBorder": "<string>",
"link": "<string>",
"headingText": "<string>",
"bodyText": "<string>",
"containerBackground": "<string>",
"containerBorder": "<string>",
"divider": "<string>",
"icon": "<string>",
"loader": "<string>",
"positive": "<string>",
"critical": "<string>",
"information": "<string>",
"hover": "<string>",
"focus": "<string>"
},
"pageBackground": {
"backgroundColor": "<string>",
"backgroundImageUrl": "<string>"
},
"typography": {
"display": {
"fontUrl": "<string>"
}
},
"container": {
"contentAlignment": "<string>",
"position": "<string>",
"padding": 0,
"logoAlignment": "<string>",
"logoPosition": "<string>",
"logoHeight": 0
},
"borders": {
"buttonBorderRadius": 0,
"buttonBorderWidth": 0,
"cardBorderRadius": 0,
"cardBorderWidth": 0,
"inputBorderRadius": 0,
"inputBorderWidth": 0,
"containerBorderRadius": 0
}
},
"template": "<string>"
}
'{
"name": "<string>",
"logoUrl": "<string>",
"watermarkUrl": "<string>",
"faviconUrl": "<string>",
"primaryColor": "<string>",
"colors": {
"buttonPrimaryText": "<string>",
"buttonPrimaryBorder": "<string>",
"buttonSecondaryText": "<string>",
"buttonSecondaryBackground": "<string>",
"buttonSecondaryBorder": "<string>",
"cardBackground": "<string>",
"cardBorder": "<string>",
"inputBackground": "<string>",
"inputBorder": "<string>",
"link": "<string>",
"headingText": "<string>",
"bodyText": "<string>",
"containerBackground": "<string>",
"containerBorder": "<string>",
"divider": "<string>",
"icon": "<string>",
"loader": "<string>",
"positive": "<string>",
"critical": "<string>",
"information": "<string>",
"hover": "<string>",
"focus": "<string>"
},
"pageBackground": {
"backgroundColor": "<string>",
"backgroundImageUrl": "<string>"
},
"typography": {
"display": {
"fontUrl": "<string>"
}
},
"container": {
"contentAlignment": "<string>",
"position": "<string>",
"padding": 0,
"logoAlignment": "<string>",
"logoPosition": "<string>",
"logoHeight": 0
},
"borders": {
"buttonBorderRadius": 0,
"buttonBorderWidth": 0,
"cardBorderRadius": 0,
"cardBorderWidth": 0,
"inputBorderRadius": 0,
"inputBorderWidth": 0,
"containerBorderRadius": 0
},
"darkMode": {
"logoUrl": "<string>",
"watermarkUrl": "<string>",
"faviconUrl": "<string>",
"primaryColor": "<string>",
"colors": {
"buttonPrimaryText": "<string>",
"buttonPrimaryBorder": "<string>",
"buttonSecondaryText": "<string>",
"buttonSecondaryBackground": "<string>",
"buttonSecondaryBorder": "<string>",
"cardBackground": "<string>",
"cardBorder": "<string>",
"inputBackground": "<string>",
"inputBorder": "<string>",
"link": "<string>",
"headingText": "<string>",
"bodyText": "<string>",
"containerBackground": "<string>",
"containerBorder": "<string>",
"divider": "<string>",
"icon": "<string>",
"loader": "<string>",
"positive": "<string>",
"critical": "<string>",
"information": "<string>",
"hover": "<string>",
"focus": "<string>"
},
"pageBackground": {
"backgroundColor": "<string>",
"backgroundImageUrl": "<string>"
},
"typography": {
"display": {
"fontUrl": "<string>"
}
},
"container": {
"contentAlignment": "<string>",
"position": "<string>",
"padding": 0,
"logoAlignment": "<string>",
"logoPosition": "<string>",
"logoHeight": 0
},
"borders": {
"buttonBorderRadius": 0,
"buttonBorderWidth": 0,
"cardBorderRadius": 0,
"cardBorderWidth": 0,
"inputBorderRadius": 0,
"inputBorderWidth": 0,
"containerBorderRadius": 0
}
},
"template": "<string>"
}
