vAPI

Number of APIs: 21

vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios in the means of Exercises.

  1. API1 - Get User GET http://{{host}}/vapi/api1/user/{{api1_id}}

  2. API1 - Update User PUT http://{{host}}/vapi/api1/user/{{api1_id}}

  3. API2 - User Login POST http://{{host}}/vapi/api2/user/login

  4. API2 - Get Details GET http://{{host}}/vapi/api2/user/details

  5. API3 - Create User POST http://{{host}}/vapi/api3/user

  6. API4 - Mobile Login POST http://{{host}}/vapi/api4/login

  7. API4 - Verify OTP POST http://{{host}}/vapi/api4/otp/verify

  8. API4 - Get Details GET http://{{host}}/vapi/api4/user

  9. API5 - Create User POST http://{{host}}/vapi/api5/user

  10. API5 - Get User GET http://{{host}}/vapi/api5/user/{{api5_id}}