curl --location --request GET 'https://api.inboxkit.com/v1/api/workspaces/list'
{
"error": false,
"message": "Workspaces fetched successfully",
"workspaces": [
{
"uid": "ws_123456789",
"name": "Marketing Team",
"team": "string",
"webhook_url": "https://example.com/webhook",
"use_shared_billing": true,
"domains": 5,
"assigned_domains": 3,
"assignable_domains": 2,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}