Get Brand

GET /v1/brands/{ID}

Get one brand that is associated with your account.

Responses

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