Private Messages
Authorizations
x-identitystringRequired
Signed Fetch authentication for Explorer-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 dcl:explorer.
Responses
200
Private messages token generated successfully
application/json
adapterstringRequired
LiveKit connection URL for private messages
401
Unauthorized - Invalid authentication or blacklisted user
application/json
500
Internal server error
application/json
get
/private-messages/tokenAuthorizations
AuthorizationstringRequired
Bearer token authentication for service-to-service communication.
Path parameters
addressstringRequired
ETH address of the user
Body
private_messages_privacystring · enumRequiredPossible values:
Privacy setting for private messages
Responses
204
Privacy settings updated successfully
400
Invalid request - Invalid address or privacy setting
application/json
401
Unauthorized - Invalid token
application/json
500
Internal server error
application/json
patch
/users/{address}/private-messages-privacyNo content
Last updated