Getting Started with the BinSentry API

The same credentials are used to log in to the API and the UI. If you need an account please contact your Administrator, or your Customer Success Specialist.

To login and see your organization in the UI use the following link: https://ui.binsentry.com

For Developers

If you are a software developer and are interested in the API use the following instructions to get started.

URL:

http://docs.api.binsentry.com/

Please read the introduction page, the API/Documentation is interactive and this introduction will give a good overview of how to navigate and explore the BinSentry API

Getting Started

Here is the first thing you are going to want to do.

  1. Click 'Start Browsing Now!'
  2. 2. Optional: Read the information at the top that describes the "root entity"
  3. Follow the 'login' link
  4. Optional: Click the 'Raw' tab which will show the raw JSON returned by the login link. Notice the actions section, and how it gives the client everything it needs to know to render all possible actions. Click the 'Entity' tab again.
  5. Perform the 'user-login' action
  6. Click the root entity url 'https://api.binsentry.com' (link is right above the 'entity' and 'raw' tabs)
  7. Notice all the new links that are contextually available now that you are logged in
  8. Follow the 'primary-organization' link
  9. Follow the 'bins' entity

There are links to additional resources on the documentation landing page.