Tea Api
Number of APIs: 6
-
Get All Subscriptions for a Customer GET http://localhost:3000/api/v1/customers/1/subscriptions
-
All Subscriptions Sad Path GET http://localhost:3000/api/v1/customers/1000/subscriptions
-
Delete A Subscription DELETE http://localhost:3000//api/v1/customers/1/subscriptions/1
-
Add a subscription to a customer POST http://localhost:3000/api/v1/customers/1/subscriptions/5
-
Add a subscription Sad Path 1 POST http://localhost:3000/api/v1/customers/500/subscriptions/5
-
Add a subscription Sad Path 2 POST http://localhost:3000/api/v1/customers/1/subscriptions/500