Branding
Operations related to brand configuration and theming
This endpoint requires no authentication — it is served publicly so white-label implementations can fetch theme settings before any user is authenticated.
GET /v1/branding/{domain}
Get branding configuration by domain
Retrieves the branding configuration for a specific domain. This endpoint is used to fetch theme settings, logos, colors, and metadata for white-label implementations when no user is authenticated.
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
| path |
| Yes | The domain to retrieve branding configuration for (e.g., 'dockmaster.valpay.com', 'portal.roepay.com') |
Responses
Status | Description |
|---|---|
| Branding configuration retrieved successfully |
| Brand with specified domain not found |
Response schema (2xx)
Field | Type | Required | Description |
|---|---|---|---|
|
| No | |
|
| No | |
|
| No |
Examples
GET /v1/branding/{domain}
Response 200 (illustrative):