curl --request POST \ --url https://api.starkfi.io/api/security/email/verify-otp \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api_key>' \ --data '{"email":"user@example.com","code":"123456"}'
{ "statusCode": 200, "success": true, "status": "email_verified", "message": "Email verified successfully" }
Validate the email OTP so the user can create a KYC session.
Documentation IndexFetch the complete documentation index at: https://docs.starkfi.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.starkfi.io/llms.txt
Use this file to discover all available pages before exploring further.