GET
/brands
curl \
-X GET https://api.maddenanalytics.com/v2/api/brands
Response examples (200)
[
{
"id": 1,
"name": "Acme",
"synonyms": [
"string"
]
}
]
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}