Brand Create

POST {{apiBaseUrl}}/v1/brand/create

The branding feature is used to customize the appearance of the email sent to the recipients, such as the logo, background color, and button color. It also allows you to customize the document's signing page with your own logo and enable your own disclaimer.

BoldSign allows you to create multiple brands in your account. While sending the signature request, you can select which brand should be applied for this signature request.

Request Body

[{"name"=>"BrandName", "value"=>"Cubeflakes", "datatype"=>"string"}, {"name"=>"IsDefault", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"BackgroundColor", "value"=>"#571190", "datatype"=>"string"}, {"name"=>"ButtonColor", "value"=>"#00bdd4", "datatype"=>"string"}, {"name"=>"ButtonTextColor", "value"=>"#e42d2d", "datatype"=>"string"}, {"name"=>"RedirectUrl", "value"=>"https://boldsign.com/esignature-api/", "datatype"=>"string"}, {"name"=>"EmailDisplayName", "value"=>"Alex Gayle", "datatype"=>"string"}, {"name"=>"CanHideTagLine", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"BrandLogo", "value"=>nil, "datatype"=>"null"}, {"name"=>"HideDecline", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"HideSave", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"ExcludeAuditTrailFromEmail", "value"=>"false", "datatype"=>"boolean"}]

RESPONSES

status: OK

{"brandId":"33ad68eb-35ca-44f0-a64b-29a31d10b174"}