latestOpenAPI 3.1.02026-08-1013317298.0 KB

d94e0e0f1821

Event Forwarding

Forward Explorer Events

Forwards events from the Decentraland Explorer client. This endpoint processes and validates client-side events such as user movement, emotes, login events, and other in-world interactions.

Events are validated for:

  • Signature authenticity using HMAC-SHA1
  • AuthChain validation for user authentication
  • Event structure and content validation
  • User address verification

Supported event types:

  • move_to_parcel: User movement between parcels
  • used_emote: Emote usage events
  • passport_opened: Passport interaction events
  • walked_distance: Movement tracking
  • vertical_height_reached: Height-based achievements
  • logged_in: User login events
  • logged_in_cached: Cached login events
post/forward

Request body

eventstring

Event type identifier

messageIdstring

Unique message identifier

anonymousIdstring

Anonymous user identifier

userIdstring

User identifier (if available)

timestampstring date-time

Event timestamp

sentAtstring date-time

When the event was sent

receivedAtstring date-time

When the event was received

propertiesobject

Event-specific properties

Response

Event successfully processed and forwarded

okboolean