v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBauth
Complete login with credential
Complete the login flow by providing the credential for the selected auth method.
For email/SMS (cdp_otp):
- Use CDP SDK to authenticate with the identity shown in login/start
- Provide the CDP token in cdp_token field
- Provide the exact identity_value you authenticated with
For wallet (signature):
- Sign the challenge message from login/start with your wallet
- Provide the signature in signature field
- Provide the exact identity_value (wallet address) you are signing with
On success, returns the Grove API key (JWT).
post/v1/auth/login/complete
Request body
Response
Successful Response