cURL
curl --request GET \ --url https://api.wazoo.dev/worlds \ --header 'Authorization: Bearer <token>'
[ { "slug": "<string>", "createdAt": 123, "updatedAt": 123, "namespace": "<string>", "label": "<string>", "description": "<string>", "deletedAt": 123 } ]
Lists worlds in the default namespace for the authenticated principal.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x <= 100
Worlds in the namespace
Parent namespace for this world in multitenancy contexts.