Skip to main content
GET
/
v1
/
worlds
/
{id}
/
versions
List the version tree
curl --request GET \
  --url https://api.alakazam.gg/v1/worlds/{id}/versions \
  --header 'Authorization: Bearer <token>'
{
  "versions": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "parentVersionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "title": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) for read/embed.

Path Parameters

id
string<uuid>
required

Response

The version tree

versions
object[]