Users
Verify Login
Verify a user’s login challenge and create a session.
Headers
X-WalletKit-Project-ID
string
requiredYour WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.
Body
application/json
user_id
string | null
verification_code
string | null
siwe_message
string | null
signature
string | null
session_challenge_code
string | null
passkey_credential_assertion_response
any | null
Response
200 - application/json
id
string
requiredcreated_at
string
requiredproject_id
string
requireduser_id
string
requiredaccess_token
string
requiredaccess_token_expires_at
string
requiredrefresh_token
string
requiredrefresh_token_expires_at
string
required