A branding profile determines a provider's visual corporate identity in the Customer Portal and lets a provider differentiate product pricing for connected customers.
id | string <uuid> Branding Profile identifier. |
name | string [ 1 .. 255 ] characters Name of the branding profile. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "My Remote Diagnostics"
}
Retrieve a list of branding profiles.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0
}, - "result": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "My Remote Diagnostics"
}
], - "total": 3255
}