List workspaces
GET
https://api.inboxkit.com/v1/api/workspaces/list
Workspaces
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.inboxkit.com/v1/api/workspaces/list'
Response Response Example
{
"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"
}
]
}
Request
Responses
Modified at 2025-06-26 10:46:06