Logo
Molter API Documentation

Backoffice Joga Junto

Number of APIs: 24


1. API Status - API Status

GET {{baseURL}}/api



2. Negative-No Auth-Product - All Products - No Token

GET {{baseURL}}/



3. Positive - Register User

POST {{baseURL}}/register



4. Positive - Login new User

POST {{baseURL}}/login



5. Positive - Register Product

POST {{baseURL}}



6. Positive - Get All Products

GET {{baseURL}}/



7. Positive - Delete Last Product

DELETE {{baseURL}}/:productId



8. Negative-No Auth-Product - Product - No Token

POST {{baseURL}}



9. Negative-No Auth-Product - Delete Product - Token

DELETE {{baseURL}}/{{productId}}



10. Negative-Invalid Auth-Product - All Products - Invalid Token

GET {{baseURL}}/



ENDPOINTS