Companies
Get color config
This endpoint fetches the color config for the given entity.
get/v2/companies/{companyId}/color-config
Query parameters
companyRole'ORG' | 'TMC' | 'PARTNER_TMC' | 'HR_FEED_CONNECTOR' | 'TRIPS_DATA_CONNECTOR' | 'GLOBAL' required
Role of the company.
Example:ORG
Response
OK
Example response
{
"profileColors": [
{
"color": "#FF0000"
}
]
}