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