Skip to main content
GET
/
worlds
/
{slug}
Get a world (default namespace)
curl --request GET \
  --url https://api.wazoo.dev/worlds/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "slug": "<string>",
  "createdAt": 123,
  "updatedAt": 123,
  "namespace": "<string>",
  "label": "<string>",
  "description": "<string>",
  "deletedAt": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

Response

Success

slug
string
required
createdAt
number
required
updatedAt
number
required
namespace
string

Parent namespace for this world in multitenancy contexts.

label
string
description
string | null
deletedAt
number | null