ShiftxPay
API Reference

Get checkout branding

GET
/v1/merchants/me/branding
AuthorizationBearer <token>

A secret API key, e.g. Authorization: Bearer sk_test_....

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/merchants/me/branding"
{  "display_name": "string",  "tagline": "string",  "logo_url": "string",  "accent_color": "string",  "secondary_color": "string",  "support_email": "string",  "button_style": "rounded",  "background_style": "subtle",  "theme": "light",  "font_family": "inter"}
{  "error": {    "code": "unauthorized",    "message": "unauthorized"  }}