Get the brand platform configuration (platform)
Headers
-
The domain of the user
GET /platform/config
curl \
-X GET https://domain.tld/api/v2/platform/config \
-H "X-Popsell-Domain: example.com"
Response examples (200)
{
"global": {
"forceBlogRedirect": true,
"pickingURL": "string",
"enableGuestMessaging": true,
"assetsFolderName": "string"
},
"ai": {
"copilotMessageRewordingAssistantId": "string"
},
"theme": {
"text_color_1": "string",
"text_color_2": "string",
"text_color_3": "string",
"text_color_4": "string",
"background_color_1": "string",
"background_color_2": "string",
"background_color_3": "string",
"background_color_4": "string",
"white_toolbar_on_mobile": true
}
}
Response examples (401)
{
"message": "Unauthorized."
}