Skip to main content
GET
/
v1
/
workspaces
/
{workspaceId}
Obtener espacio de trabajo
curl --request GET \
  --url https://mozbot.mozartfintech.com/api/v1/workspaces/{workspaceId} \
  --header 'Authorization: Bearer <token>'
{
  "workspace": {
    "id": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "name": "<string>",
    "icon": "<string>",
    "plan": "FREE",
    "stripeId": "<string>",
    "customChatsLimit": 123,
    "customSeatsLimit": 123,
    "isSuspended": true,
    "isPastDue": true,
    "isVerified": true
  }
}

Authorizations

Authorization
string
header
required

Encabezado de autenticación de portador con el formato Bearer <token>, donde <token> es su token de autenticación.

Path Parameters

Response

Successful response

workspace
object
required