Catálogo todas las marcas oficiales.
GET/api-resource/api/v1/brands
Este endpoint devuelve el listado completo de todas las marcas oficiales disponibles en el sistema. Las marcas oficiales representan las marcas asociadas y reconocidas por la plataforma.
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
metadata
object
status string
message string
date date-time
http_code integer
data
object[]
id integer
name string
{
"metadata": {
"status": "success",
"message": "OK",
"date": "2024-05-21T04:34:26.573+00:00",
"http_code": 200
},
"data": [
{
"id": 1,
"name": "APPLE"
}
]
}
Loading...