Branding
Operations related to brand configuration and theming
All endpoints require a JWT Bearer token in the Authorization header; most also require an API key in the X-API-KEY header.
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):