curl --request POST \
--url https://api.example.com/api/v1/user/{id}/otp/{credentialId}/validate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '"<string>"'{
"response": "<string>"
}Validate OTP. Returns true if OTP code is valid, and false if not.
curl --request POST \
--url https://api.example.com/api/v1/user/{id}/otp/{credentialId}/validate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '"<string>"'{
"response": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.