API ReferenceAccount
Get your account
Returns your merchant profile and the branding applied to recipient redemption pages.
Authorization
apiKey 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" }}