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.
-
API1 - Get User GET http://{{host}}/vapi/api1/user/{{api1_id}}
-
API1 - Update User PUT http://{{host}}/vapi/api1/user/{{api1_id}}
-
API2 - User Login POST http://{{host}}/vapi/api2/user/login
-
API2 - Get Details GET http://{{host}}/vapi/api2/user/details
-
API3 - Create User POST http://{{host}}/vapi/api3/user
-
API4 - Mobile Login POST http://{{host}}/vapi/api4/login
-
API4 - Verify OTP POST http://{{host}}/vapi/api4/otp/verify
-
API4 - Get Details GET http://{{host}}/vapi/api4/user
-
API5 - Create User POST http://{{host}}/vapi/api5/user
-
API5 - Get User GET http://{{host}}/vapi/api5/user/{{api5_id}}