Path parameters
-
ID of the resource to fetch
GET /users/{id}/brands
curl \
-X GET https://api.cosmily.com/api/v1/users/{id}/brands \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"id": 42,
"alias": "string",
"title": "string",
"created_at": "string",
"updated_at": "string",
"owner_user_id": 42
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
}
}
Response examples (200)
{
"data": [
{
"id": 42,
"alias": "string",
"title": "string",
"created_at": "string",
"updated_at": "string",
"owner_user_id": 42
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
}
}