cURL
curl --request GET \ --url https://api-beta.lomadee.com.br/affiliate/brands/{id} \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>", "logo": "<string>", "name": "<string>", "slug": "<string>", "site": "<string>", "channels": [ { "id": "<string>", "name": "<string>", "availableChannel": { "id": "<string>", "name": "<string>" }, "shortUrls": [ "<string>" ], "message": "<string>" } ] }, "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123 } }
Returns a single brand based on the ID supplied
ID of brand to return
Brand response
The response is of type object.
object