API 101
Number of APIs: 5
API 101 template for learning API request basics. Follow along with the webinar / video or just open the first request and hit Send!
-
Add new customer POST {{apiUrl}}/customer
-
Update customer PUT {{apiUrl}}/customer/:customer_id
-
Remove customer DELETE {{apiUrl}}/customer/:customer_id
-
Get one customer GET {{apiUrl}}/customer?id=1