Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST 'https://crypto-api.yativo.com/api/v1/auth/otp-verification' \ -H 'Content-Type: application/json' \ -d '{ "otp": "123456", "email": "user@example.com" }'
{ "status": "success", "message": "OTP verified successfully", "data": { "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." } }
Verify a one-time password to complete two-factor authentication