Updated: August 7, 2018
You can generate a new API Key by going into your “Profile” once logged into SalesBinder (the link is found in the top right corner of every page). You’ll find a button on the bottom of that page which says “Generate New API Key”.
Note: If […]
Updated: April 4, 2015
If you’re currently using our SalesBinder API to publish your inventory data into a 3rd party system or website, you have the option of hiding specific items from being included in the API index results. Here’s how:
Updated: March 22, 2014
The SalesBinder API is a RESTful interface designed for those interested in developing 3rd party code to communicate securely with our platform. We strongly recommend having programming experience before considering reading any further – just a heads-up!
Updated: November 25, 2013
The Items list is paginated. You can pass the “page” query string parameter followed by a number to access the other pages. You can also pass the “categoryId” parameter to access items for a particular category. This will return […]
Updated: November 25, 2013
The Documents list is paginated. The pagination limit is set to 16 per page. You can pass the “page” query string parameter followed by a number to access the other pages.
Syntax:
http://[subdomain].salesbinder.com/api/documents.[format]
Example:
http://demo.salesbinder.com/api/documents.json?page=2
HTTP Request Type: GET
View Detailed Documentation
View Document Details […]
Updated: November 25, 2013
The Accounts list is paginated. You can pass the “page” query string parameter followed by a number to access the other pages. The pagination limit is set to 16 per page. You also need to pass a contextId parameter […]
Updated: November 25, 2013
The Contacts list is paginated. You can pass the “page” query string parameter followed by a number to access the other pages. The pagination limit is set to 16 per page.
Syntax:
http://[subdomain].salesbinder.com/api/contacts.[format]
Example:
http://demo.salesbinder.com/api/contacts.json?page=2&categoryId=979db3a8-f7fc-4b73-ba05-b87abfbf6e5e
HTTP Request Type: GET
View Detailed Documentation
Contact Details (GET) – […]
Updated: November 25, 2013
Just like everything else, the Locations method is paginated. You can pass the “page” query string parameter followed by a number to access each of the pages. The pagination limit is currently set to match your SalesBinder account (16 per […]