Retrieve the details of your white label portal, such as any images used in the portal and the portal's domain address.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/white-label-information/:whiteLabelDomainAddress
{- "data": {
- "whiteLabelName": "Fast Fleets Inc.",
- "whiteLabelDomainAddress": "login.fast-fleets.com",
- "whiteLabelDesktopPictureUrl": "https://whitelabel.s3.us-east-2.amazonaws.com/fastfleets/desktop.png",
- "whiteLabelInfoEmail": "support@fast-fleets.com",
- "whiteLabelThemeName": "red",
- "whiteLabelThemeColor": "#f44336"
}, - "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}