CRMchat APIBeta
Workspaces

Get workspace

GET
/workspaces/{workspaceId}

Returns a single workspace by its ID.

Authorization

bearerAuth
AuthorizationBearer <token>

API key (sk_...) as Bearer token

In: header

Path Parameters

workspaceId*string

The unique identifier of the workspace

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/workspaces/string"
{  "data": {    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z",    "organizationId": "string",    "name": "string",    "members": [      "string"    ],    "id": "string"  }}