APIs rock
The Cargosnap RESTful API gives you programmatic access to the "Cargosnaps" generated with the Cargosnap app, for any given file (or "barcode" as scanned in the app). The API will allow you to pull all information as well as provide you a link to the image. The information is yours, so may be used to populate fields in an own database, download the information or create reports, to name a few applications.
Powerful, and at your disposal. Please use these resources responsibly. Note that Cargosnap will both rate-limit and paginate your requests; ensure to build your logic to handle such cases.
All API resources are accessed from the https://api.cargosnap.com/api/v2 endpoint, which supports SSL only. Accessing any API resource via vanilla HTTP will return an HTTP status of 400 Bad Request in the response headers.
Check out all our API endpoint possibilities, from the sidebar. Each of these API calls can be made by appending that call to the aforementioned endpoint, providing the also mentioned API-TOKEN as a header variable.