put https://staging.eko.in/ekoapi/v1/user/verify
This will allow you to verify user's mobile number via OTP
Responses
This will allow you to verify user's mobile number via OTP
xxxxxxxxxx
curl -X PUT \
https://staging.eko.in:25004/ekoapi/v1/user/verify \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'developer_key: becbbce45f79c6f5109f848acd540567' \
-H 'secret-key: MC6dKW278tBef+AuqL/5rW2K3WgOegF0ZHLW/FriZQw=' \
-H 'secret-key-timestamp: 1516705204593' \
-d 'initiator_id=9962981729&mobile=9962981729&otp=146'
​