Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationBrands

Create brand

POST
/v2/organizations/{organizationid}/brands

Request Body

application/json

Body Parameters

TypeScript Definitions

Use the request body type in TypeScript.

key*string

A unique key for the brand (lowercase alphanumeric + hyphens)

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.verdocs.com/v2/organizations/{organizationid}/brands" \  -H "Content-Type: application/json" \  -d '{    "key": "string"  }'
{}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}