NIZU Cloud API Client v.2.0.0
This collection guides you through CRUD(Create, Read, Update Delete) operations (GET, POST, PUT, DELETE), variables, and tests.
RESTful APIs allow you to perform CRUD operations using the POST, GET, PUT, and DELETE HTTP methods.
This collection contains each of these request types. Open each request and click "Send" to see what happens.
Status code (200 OK), response time, and size.
Status code (400 False/ Error), response time, and size.
Update or add new data in "Body" in the POST request. Typically, Body data is also used in PUT and PATCH requests.
HTTP Method | Function |
---|---|
GET | Use to retrive data, and execute functions |
POST | Inserts data only |
PUT | Updates data |
DEL | Deletes Data [ Almost never allowed ] |
https://documenter.getpostman.com/view/11469303/2sAYk8wPmg