Session API
API for creating, joining, and managing user sessions.
Authorizations
AuthorizationstringRequired
Bearer schema token issued by wallet verification.
X-API-KEYstringRequired
API key issued for beta developers for creating/joining sessions.
Body
passwordstring · nullableOptionalDeprecated
whiteListAddressesstring[] · nullableOptionalDeprecated
Responses
200
Success
422
Client Error
post
/sessionAllows a user to join an existing session. Requires Authorization header with bearer token generated from wallet proof.
Authorizations
AuthorizationstringRequired
Bearer schema token issued by wallet verification.
Body
sessionIdstring · nullableOptional
passwordstring · nullableOptional
Responses
200
Success
401
Unauthorized
404
Not Found
422
Client Error
post
/session/joinLast updated

