---
title: "Brands"
url: "https://earlyaccess.developers.bynder.com/apis/brands-1/versions/74130be2-4512-49f1-8cd8-b4df043911ce"
---

# Brands

OpenAPI specification document.

```json
{"components":{"securitySchemes":{"OAuth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://{your-auth-url}","scopes":{},"tokenUrl":"https://{your-bynder-domain}/v6/authentication/oauth2/token"},"clientCredentials":{"scopes":{},"tokenUrl":"https://{your-bynder-domain}/v6/authentication/oauth2/token"}},"type":"oauth2"},"permanentToken":{"in":"header","name":"Authorization","type":"apiKey"}}},"info":{"title":"Brands","version":"1.0.0"},"openapi":"3.1.0","paths":{"/api/v4/brands/":{"get":{"responses":{"200":{"content":{"application/json":{"schema":{"items":{"properties":{"description":{"type":"string"},"id":{"type":"string"},"image":{"type":"string"},"name":{"type":"string"},"subBrands":{"items":{"properties":{"description":{"type":"string"},"id":{"type":"string"},"image":{"type":"string"},"name":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"},"type":"array"}}},"description":"Successful response"}},"security":[{"permanentToken":[]},{"OAuth2":[]}],"summary":"Retrieve brands"}}},"servers":[{"url":"https://{your-bynder-domain}/"}]}
```
