DocsAPI ReferenceContact/bff/contact/add-workspace
postContactAdmin BFF

/bff/contact/add-workspace

Creates a new workspace for a contact with the given name and color.

ContactpostBffContactAdd-workspace

Parameters

3 body

3 total
Body · 3
idstringRequired

Contact external ID.

namestringRequired

Workspace display name.

colorstringRequired

Workspace color (hex code).

Request

POST /bff/contact/add-workspace

post
curl -X POST "https://api.bizkithub.com/bff/contact/add-workspace" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "id": "example_id",
  "name": "example_name",
  "color": "#ff0000"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key