---
title: "Whitelabel & Branding"
description: "Customize your organization's product name, theme colors, logos, favicons, and custom domains. All whitelabel endpoints require admin or global admin role."
---

## Authentication

All whitelabel endpoints require session authentication (not API tokens):

```bash
BASE_URL="https://uptimeify.io"
```

## Endpoints

### Branding

- [Get Branding](./get-branding)
- [Update Branding](./update-branding)
- [Upload Branding Asset](./upload-branding)

### Domains

- [List Domains](./list-domains)
- [Add Domain](./add-domain)
- [Verify Domain](./verify-domain)
- [Activate Domain](./activate-domain)
- [Delete Domain](./delete-domain)

