syncing market data_
[](https://app.getpostman.com/run-collection/80638214aa04722c9203) <span style='margin-left: 0.5em;'>or</span> <a href='https://documenter.getpostman.com/view/3559821/TVeqcn2L' class='open
[](https://app.getpostman.com/run-collection/80638214aa04722c9203) <span style='margin-left: 0.5em;'>or</span> <a href='https://documenter.getpostman.com/view/3559821/TVeqcn2L' class='openapi-button' _ngcontent-c6>View Postman docs</a> # Quickstart Visit [github](https://github.com/EmitKnowledge/Envoice) to view the quickstart tutorial. <div class='postman-tutorial'> # Tutorial for running the API in postman Click on ""Run in Postman"" button <br /><br />  --- A new page will open. Click the ""Postman for windows"" to run postman as a desktop app. Make sure you have already [installed](https://www.getpostman.com/docs/postman/launching_postman/installation_and_updates) Postman. <br /><br />  --- In chrome an alert might show up to set a default app for opening postman links. Click on ""Open Postman"". <br /><br />  --- The OpenAPI spec
No score data yet
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /api/client/all | Return all clients for the account | 1c |
| GET | /api/client/candelete | Check if the provided client can be deleted | 1c |
| POST | /api/client/delete | Delete an existing client | 1c |
| GET | /api/client/details | Return client details. Activities and invoices included. | 1c |
| POST | /api/client/new | Create a client | 1c |
| POST | /api/client/update | Update an existing client | 1c |
| GET | /api/estimation/all | Return all estimation for the account | 1c |
| POST | /api/estimation/changestatus | Change estimation status | 1c |
| POST | /api/estimation/convert | Convert the estimation to an invoice | 1c |
| POST | /api/estimation/delete | Delete an existing estimation | 1c |
| GET | /api/estimation/details | Return estimation data | 1c |
| POST | /api/estimation/new | Create an estimation | 1c |
| POST | /api/estimation/sendtoclient | Send the provided estimation to the client | 1c |
| GET | /api/estimation/status | Retrieve the status of the estimation | 1c |
| POST | /api/estimation/update | Update an existing estimation | 1c |
| GET | /api/estimation/uri | Return the unique url to the client's invoice | 1c |
| GET | /api/general/countries | Return all of the platform supported countries | 1c |
| GET | /api/general/currencies | Return all of the platform supported currencies | 1c |
| GET | /api/general/dateformats | Return all of the platform supported Date Formats | 1c |
| GET | /api/general/uilanguages | Return all of the platform supported UI languages | 1c |
| GET | /api/invoice/all | Return all invoices for the account | 1c |
| GET | /api/invoice/allcategories | Return all invoice categories for the account | 1c |
| POST | /api/invoice/changestatus | Change invoice status | 1c |
| POST | /api/invoice/delete | Delete an existing invoice | 1c |
| POST | /api/invoice/deletecategory | Delete an existing invoice category | 1c |
| GET | /api/invoice/details | Return invoice data | 1c |
| POST | /api/invoice/new | Create an invoice | 1c |
| POST | /api/invoice/newcategory | Create an invoice category | 1c |
| GET | /api/invoice/pdf | Return the PDF for the invoice | 1c |
| POST | /api/invoice/sendtoaccountant | Send the provided invoice to the accountant | 1c |
| POST | /api/invoice/sendtoclient | Send the provided invoice to the client | 1c |
| GET | /api/invoice/status | Retrieve the status of the invoice | 1c |
| POST | /api/invoice/update | Update an existing invoice | 1c |
| POST | /api/invoice/updatecategory | Update an existing invoice category | 1c |
| GET | /api/invoice/uri | Return the unique url to the client's invoice | 1c |
| GET | /api/order/all | Return all orders for the account | 1c |
| POST | /api/order/changeshippingdetails | Change order shipping details | 1c |
| POST | /api/order/changestatus | Change order status | 1c |
| POST | /api/order/delete | Delete an existing order | 1c |
| GET | /api/order/details | Return order details | 1c |
| POST | /api/order/new | Create an order | 1c |
| GET | /api/payment/supported | Return all supported payment gateways (no currencies means all are supported) | 1c |
| GET | /api/paymentlink/all | Create a payment link | 1c |
| POST | /api/paymentlink/delete | Delete an existing payment link | 1c |
| POST | /api/paymentlink/new | Create a payment link | 1c |
| GET | /api/paymentlink/uri | Return the unique url to the client's payment link | 1c |
| GET | /api/product/all | Return all products for the account | 1c |
| POST | /api/product/delete | Delete an existing product | 1c |
| GET | /api/product/details | Return product details | 1c |
| POST | /api/product/new | Create a product | 1c |
ozma register && ozma call api-v1-0-0 /api/client/all --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/api-v1-0-0/api/client/all# Python
client.proxy_call("api-v1-0-0", "/api/client/all")Own this API? Claim the listing to manage pricing and receive payouts.