1b.app
Link copied -

OneBox REST API v1

OneBox has a REST API that allows you to manage orders, contacts, products and brands.

Attention! The documentation is not complete, the API is constantly being improved and refined to meet the requirements of customers.

To get a username and password, create a user in the BOX and give him administrator or employee rights. Or you can use your username and password.

Important! All parameters can be sent using either the GET method or the POST method . It is recommended to use POST for methods to add something (create order, create contact, etc.) for two reasons:

  1. POST-parameters are not written to the operating system logs, therefore passwords and other parameters will not be recorded anywhere.
  2. Standard GET URL String Limit – 1024 bytes, so big data just can't be transferred.