v1
latestOpenAPI 3.0.12026-08-062555238.4 KBStore API endpoints
Create a brand
Use this endpoint to create a brand.
post/brands
Headers
Authorizationstring required
User-Agentstring required
Request body
Example request
{
"id": "KFC",
"name": "KFC"
}Response
Brand created successfully
Example response
{
"id": "123004",
"name": "KFC",
"state": "MAPPED",
"created_at": "2020-06-22T15:01:32.895Z",
"updated_at": "2020-06-22T15:01:32.895Z"
}