Backoffice Joga Junto
Number of APIs: 24
-
API Status - API Status GET {{baseURL}}/api
-
Negative-No Auth-Product - All Products - No Token GET {{baseURL}}/
-
Positive - Register User POST {{baseURL}}/register
-
Positive - Login new User POST {{baseURL}}/login
-
Positive - Register Product POST {{baseURL}}
-
Positive - Get All Products GET {{baseURL}}/
-
Positive - Delete Last Product DELETE {{baseURL}}/:productId
-
Negative-No Auth-Product - Product - No Token POST {{baseURL}}
-
Negative-No Auth-Product - Delete Product - Token DELETE {{baseURL}}/{{productId}}
-
Negative-Invalid Auth-Product - All Products - Invalid Token GET {{baseURL}}/