Retrieves a tenant’s pre-built UI theme.
curl --request GET \
--url https://api.authsignal.com/v1/management/theme \
--header 'Authorization: Basic <encoded-value>'{
"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.
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.
OK
10020482048204850Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
20000Was this page helpful?
curl --request GET \
--url https://api.authsignal.com/v1/management/theme \
--header 'Authorization: Basic <encoded-value>'{
"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>"
}