List brands

GET
/brands

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer API token for access

In: header

Query Parameters

page?integer
Default1
Range1 <= value
limit?integer
Default20
Range1 <= value <= 100

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/brands"
{  "brands": [    {      "id": "string",      "name": "string",      "domains": [        "string"      ],      "aliases": [        "string"      ],      "enabled": true,      "onboarded": true,      "createdAt": "2019-08-24T14:15:22Z",      "updatedAt": "2019-08-24T14:15:22Z"    }  ],  "pagination": {    "page": 0,    "limit": 0,    "total": 0,    "totalPages": 0  }}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}