Create space

Create a new space in the organization

POST
/iam/spaces
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Create space input

namestring

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/iam/spaces" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{
  "createdAt": "string",
  "id": "string",
  "name": "string",
  "organizationId": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}