# Branding - X-Radius API

> Base URL: https://x-radius.com/api/v1
> Auth: Authorization: Bearer xrt_...  (a manager API token)
> Envelope: {"data": ...}; lists add {"meta":{page,page_size,total,has_next}}
> Errors: {"error":{"code","message","request_id"}} - branch on code, never on message
> Timestamps: yyyy-MM-dd HH:mm:ss, UTC
> Money: a bare JSON number in major units, with an ISO-4217 currency code beside it
> Idempotency: redeem and activate endpoints take a client-supplied request_id (UUID)
>
> This page: https://x-radius.com/docs/api/branding
> Every group: https://x-radius.com/llms.txt

6 endpoints in 1 resource groups. 0 carry a hand-written reference entry with examples; the remaining 6 are generated from the running router and carry method, path, authentication, permission and rate-limit bucket, but no request or response example.

### GET /api/v1/branding

`GET /api/v1/branding`

- Authentication: none

_This endpoint has no hand-written reference entry yet. The method, path, authentication, permission and rate limit above are generated from the running router and are accurate; there is no request or response example._


### GET /api/v1/branding/assets/{key}

`GET /api/v1/branding/assets/{key}`

- Authentication: none
- Rate limit bucket: `branding_asset`

_This endpoint has no hand-written reference entry yet. The method, path, authentication, permission and rate limit above are generated from the running router and are accurate; there is no request or response example._


### Manage settings

`POST /api/v1/branding/assets/{slot}`

- Authentication: manager session (JWT) or API token
- Permission: `prm_settings` (Manage settings)
- Risk: danger
- Rate limit bucket: `t_mutate`

_This endpoint has no hand-written reference entry yet. The method, path, authentication, permission and rate limit above are generated from the running router and are accurate; there is no request or response example._


### GET /api/v1/branding/icons/{key}/{variant}.png

`GET /api/v1/branding/icons/{key}/{variant}.png`

- Authentication: none
- Rate limit bucket: `branding_icon`

_This endpoint has no hand-written reference entry yet. The method, path, authentication, permission and rate limit above are generated from the running router and are accurate; there is no request or response example._


### GET /api/v1/branding/manifest.webmanifest

`GET /api/v1/branding/manifest.webmanifest`

- Authentication: none

_This endpoint has no hand-written reference entry yet. The method, path, authentication, permission and rate limit above are generated from the running router and are accurate; there is no request or response example._


### GET /api/v1/branding/user/manifest.webmanifest

`GET /api/v1/branding/user/manifest.webmanifest`

- Authentication: none

_This endpoint has no hand-written reference entry yet. The method, path, authentication, permission and rate limit above are generated from the running router and are accurate; there is no request or response example._


