Get current space

Get the current workspace information

GET
/iam/spaces/current
AuthorizationBearer <token>

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

In: header

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/iam/spaces/current"
{
  "createdAt": "string",
  "id": "string",
  "name": "string",
  "organizationId": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}