Skip to main content
POST
Crear un workspace para el usuario autenticado

Authorizations

Authorization
string
header
required

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

Body

application/json
fullName
string
required

Nombre completo del propietario.

Required string length: 2 - 120
workspaceName
string
required

Nombre del espacio de trabajo a crear.

Required string length: 2 - 120
phone
string

Teléfono del propietario, compatible con E.164.

Pattern: ^\+?[0-9]{6,20}$

Response

Workspace creado

workspaceId
string<uuid>
required

Identificador del workspace recién creado.