v1
latestOpenAPI 3.1.02026-07-131315.4 KBBrands
Create a brand
Creates a BoldSign brand profile that can be used to customize signing pages, email notifications, and document signing workflows.
post/v1/brand/create
Request body
Example request
{
"brandName": "Acme Corp",
"brandColor": "#2563EB",
"logoUrl": "https://example.com/logo.png",
"emailDisplayName": "Acme Signing Team",
"emailReplyTo": "signing@example.com"
}Response
Brand created successfully.
Example response
{
"brandId": "brand_123456",
"brandName": "Acme Corp",
"status": "created"
}