Authentication
User authentication and management
Last updated
User authentication and management
Last updated
GET /api/auth/user?userId=text HTTP/1.1
Host:
Accept: */*
{
"id": "text",
"walletAddress": "text",
"createdAt": "2025-12-25T10:50:48.278Z",
"updatedAt": "2025-12-25T10:50:48.278Z"
}POST /api/auth/user HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"dynamicUserId": "text",
"walletAddress": "text"
}{
"id": "text",
"walletAddress": "text",
"createdAt": "2025-12-25T10:50:48.278Z",
"updatedAt": "2025-12-25T10:50:48.278Z",
"isNewUser": true
}