API Reference > Part III: Authenticate using Application Integration > Data Marketplace customizations > Retrieve customizations
  

Retrieve customizations

Use REST APIs to retrieve the details of the customizations applied to your Data Marketplace instance.

Endpoint and method

The following table describes the connection properties for the API:
Property
Description
Endpoint
/api/v1/integration/admin/settings/customizations/lookandfeel
Method
GET
For more information about how you can call an API, see Authenticate using Application Integration.

Request

The API has no payload.

Example request

The following example shows how you can use an API to retrieve the details of the customizations applied to your Data Marketplace instance:
https://{{CDMP_URL}}/api/v1/integration/admin/settings/customizations/lookandfeel

Response

When you pass the API query parameters in the REST client, the client displays a response for the parameter values that you have entered.
The following example shows the response of the API call:

{
"processingTime": 1015,
"orgLogoURL": "string",
"primaryColor": "#039FB0",
"backgroundColor": "#EAEAEA",
"borderRadius": "11"
}
The following table describes the parameters in the response body:
Parameter
Description
orgLogoURL
URL to the location that contains the logo of your organization.
primaryColor
Primary color of the Data Marketplace interface. This is the color used by the buttons, checkbox and other such user interface elements.
backgroundColor
Background color of a page.
borderRadius
Border radius of the buttons on the Data Marketplace interface.