patch https://api.emblemfi.com/v1/merchant/branding/
Customize the branding of the Merchant in your Program like the name, logo, and url.
Log in to see full request history
Response
Customize the branding of the Merchant in your Program like the name, logo, and url.
xxxxxxxxxx
13curl --request PATCH \
--url https://api.emblemfi.com/v1/merchant/branding/mrc_iRbTJ3gYW477bXZPfuXpuH \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"custom_program_branding": {
"name": "Starbucks",
"url": "https://www.starbucks.com",
"primary_color": "#00704A"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: