Brand Kits
List brand kits
Returns brand kits for the team associated with your API key.
Authorization
bearerAuth AuthorizationBearer <token>
API key from Settings > Developer > REST API. Format: moda_live_...
In: header
Response Body
application/json
curl -X GET "https://api.moda.app/v1/brand-kits"{
"brand_kits": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"is_default": true,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"company_name": "string",
"company_url": "http://example.com",
"company_description": "string"
}
],
"team_id": "810007d0-bec5-486c-b5d1-28fcd8a079ba"
}