Core Endpoints-Customers
Number of APIs: 5
-
Create a Customer POST {{url}}/customers
-
Update a Customer PUT {{url}}/customers/{{customer}}
-
List Customers GET {{url}}/customers
-
Get a single Customer GET {{url}}/customers/{{customer}}
-
Remove a Customer DELETE {{url}}/customers/{{customer}}