Communications
Signed Fetch authentication for scene-based requests. Requires a chain of identity headers:
- x-identity-auth-chain-0: Signer information
- x-identity-auth-chain-1: Ephemeral key information
- x-identity-auth-chain-2: Signed entity information
- x-identity-timestamp: Request timestamp
- x-identity-metadata: Request metadata Used for authentication from decentraland-kernel-scene.
Signed fetch request with scene and user information
Scene adapter generated successfully
LiveKit connection URL for the scene
Invalid request
Unauthorized - Invalid authentication or blacklisted user
Forbidden - User is banned from this scene
Not found - Realm or scene not found
Internal server error
Scene base parcel (e.g., "-7,-2"). The scene ID is resolved from the catalyst using this pointer. When provided, realm_name defaults to "main" if not specified.
^-?\d{1,3},-?\d{1,3}$When used with pointer: identifies the realm for scene rooms (default: "main"). When used alone (without pointer): treated as a world name (must end with .dcl.eth).
Room participants retrieved successfully
trueInvalid request - must provide either world_name or (pointer + realm_name)
No scene found for the provided pointer
Internal server error
Last updated