Verify OTP and issue tokens
Exchanges a one-time code for an idToken / refreshToken.
POST
Verify OTP and issue tokens
Body
application/json
Verify OTP and issue tokens
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The Zeam API is in active development. Check the changelog for the latest updates.
Exchanges a one-time code for an idToken / refreshToken.
curl --request POST \
--url https://api.zeam.money/gw/v1/public/auth/verify-otp \
--header 'Content-Type: application/json' \
--data '
{
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"code": "1234"
}
'{
"idToken": "<string>",
"refreshToken": "<string>",
"expiresIn": "3600",
"customToken": "<string>"
}curl --request POST \
--url https://api.zeam.money/gw/v1/public/auth/verify-otp \
--header 'Content-Type: application/json' \
--data '
{
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"code": "1234"
}
'{
"idToken": "<string>",
"refreshToken": "<string>",
"expiresIn": "3600",
"customToken": "<string>"
}