Validate Brand Information

Validate your brand information for compliance and correctness before submission or storage.

Headers

PINNACLE-API-KEYstringRequired

Request

This endpoint expects an object.
addressstringRequired
Primary brand address where the brand is located.
contactobjectRequired
Contact information for the primary brand representative.
descriptionstringRequired
Brief description of what the brand does.
emailstringRequired
Main contact email address for the brand.
namestringRequired
Legal name of the brand as registered.
sectorenumRequired
Industry the Brand operates in.
typeenumRequired
Legal structure of the brand.
Allowed values:
websitestringRequired
Brand website URL.
dbastring or nullOptional

“Doing Business As” name - the public name the brand operates under.

einstringOptionalformat: "^[0-9]{2}-[0-9]{7}$"

Employer Identification Number (EIN) assigned by the IRS.

Response

Returns the brand validation result.
errorslist of objects
List of validation errors, if any.
isValidboolean
Whether the brand data is valid.

Errors