Rewardly Docs
API ReferenceAccount

Update redemption branding

PATCH
/v1/account/branding

Updates the sender name, logo and brand color shown on reward emails and the recipient redemption page. Only the fields you supply are changed.

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v1/account/branding" \  -H "Content-Type: application/json" \  -d '{}'
{  "account": {    "id": "string",    "name": "string",    "senderName": "string",    "logoUrl": "string",    "brandColor": "string",    "createdAt": "string"  }}