Docs
Search…
⌃K
Links

Account branding

Learn how to configure a connected account's branding.
Set the brand details for a connected account that will appear on emails, Owner Onboarding Sessions, Payment Sessions and Hosted Invoice pages.
curl https://api.yorlet.com/v1/account \
-H "Authorization: Bearer {{API_KEY}}" \
-H "Content-Type: application/json" \
-H "Yorlet-Account: {{ACCOUNT_ID}}" \
-d '{
"brand": {
"color": "ed5656",
"name": "Example Account"
}
}'