Worlds

Get World Publish Status

GET
/worlds/{worldId}/publish

Returns a worlds publish status.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

worldId*string

Must be a valid world ID.

Response Body

application/json

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/worlds/wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd/publish"
{
  "canPublish": true
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}

{
  "error": {
    "message": "Calendar Entry not foundǃ",
    "status_code": 404
  }
}