Rewardly Docs
API ReferenceAccount

Get your account

GET
/v1/account

Returns your merchant profile and the branding applied to recipient redemption pages.

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/account"
{  "account": {    "id": "string",    "name": "string",    "senderName": "string",    "logoUrl": "string",    "brandColor": "string",    "createdAt": "string"  }}