Authentication

User authentication and management

Sync authentication token

post

Syncs a Privy access token with the MeshMap auth service to obtain a session token.

Header parameters
AuthorizationstringRequired

Bearer token (Privy access token)

Responses
post
/auth/sync

Get user by ID

get
Query parameters
userIdstringRequired
Responses
get
/auth/user

Create or retrieve a user

post
Body
dynamicUserIdstringRequired
walletAddressstring · nullableOptional
Responses
chevron-right
201

New user created

application/json
post
/auth/user

Last updated