cURL
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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Parent namespace for this world in multitenancy contexts.