Skip to main content
GET
Get Universes

Authorizations

Authorization
string
header
required

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

Response

OK

children
object[] | null
read-only

Children universes of the current universe (nested objects)

id
string<uuid>
read-only

Unique ID of the object.

Example:

"e2c32b4b-de61-459b-accf-a75f76247946"

name
string | null
read-only

Name of the object

parent_id
string<uuid> | null
read-only

UUID : unique ID of the parent of the object

Example:

"5c5e6d04-9dfc-46b8-9432-7c977f1dca23"