Authentication
Last updated
Last updated
GET /api/auth/user?userId=text HTTP/1.1
Accept: */*
{
"id": "text",
"walletAddress": "text",
"createdAt": "2026-02-06T15:47:54.047Z",
"updatedAt": "2026-02-06T15:47:54.047Z"
}POST /api/auth/user HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"dynamicUserId": "text",
"walletAddress": "text"
}{
"id": "text",
"walletAddress": "text",
"createdAt": "2026-02-06T15:47:54.047Z",
"updatedAt": "2026-02-06T15:47:54.047Z",
"isNewUser": true
}