Brands
Elenca tutte le marche
Ottieni l'elenco di tutte le marche
AuthorizationBearer <token>
In: header
Query Parameters
limit?integer
Quanti elementi restituire per volta (max 100)
Format
int32Response Body
application/json
application/json
curl -X GET "https://api.trainfog.com/developers/v1.0/brands"{
"count": 10,
"data": [
{
"id": "aaaaaa",
"workspace": "xxxxxx",
"integration": "demo-int-1",
"name": "brand name",
"description": "brand description",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}{
"error": "Unauthorized"
}