/bff/contact/add-workspace
Creates a new workspace for a contact with the given name and color.
ContactpostBffContactAdd-workspace
Parameters
3 body
Body · 3
idstringRequiredContact external ID.
namestringRequiredWorkspace display name.
colorstringRequiredWorkspace color (hex code).
Request
POST /bff/contact/add-workspace
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.