Skip to main content
POST
/
v1
/
workspaces
/
{workspaceId}
/
enable
Habilitar un workspace con un proveedor de voz
curl --request POST \
  --url https://agents.studio.getsupervisor.ai/v1/workspaces/{workspaceId}/enable \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKey": "<string>",
  "metadata": {}
}
'
{
  "status": "enabled",
  "provider": "<string>",
  "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string<uuid>
required

Identificador del workspace multi-tenant

Body

application/json
apiKey
string
required
metadata
object

Response

Workspace habilitado

status
enum<string>
required
Available options:
enabled
provider
string
required
workspaceId
string<uuid>
required