• GET /accounts – REST API

    List Accounts: GET /accounts Retrieve a list of account information. For Pro users this will only return one account. For our multi-account “District” users, this will return all accounts in their purview. JSON Result Details organization: Name of the organization. api_id: The API ID for the account. email: The account…

  • Patrons – App

    Lending is only available on Libib Pro accounts. The patrons page shows all your patrons as well as allows you to add a new patron, or edit or delete existing patrons. You can search for a patron with their name, email address or barcode number. The number in the gray…

  • Holds – App

    Lending is only available on Libib Pro accounts. The holds page shows an active list of items that have been held by your patrons. You can search for a patron or item as well as view the date that the request was made. When sliding over an item, you are…

  • Checked Out – App

    Lending is only available on Libib Pro accounts. The checked out page on the mobile app displays all currently checked out items. From here you can search for specific patrons or items, and view the item’s due dates, check the item back in, or renew the item to extend the…

  • Barcodes

    Libib automatically creates a custom SKU for both items and patrons. Libib’s barcode generator is a great option for printing QR barcode labels at home or at your organization’s office. If you want a better understanding of how Libib creates and standardizes our custom barcodes, check out our getting started…

  • Kiosk App – Patron Self Checkout

    The Kiosk is a Libib Pro feature Libib offers managers the option of two types of kiosks for patron self checkout: Kiosk Web: A website kiosk, to be used on desktop and laptop computers with a physical barcode scanner. Kiosk App: A mobile app for iOS and Android tablets. The…

  • POST /managers – REST API

    Create a Manager: POST /managers Create a completely new manager in the account. Must have open manager seats for this method to succeed. URL ParametersValues should be paramaterized such as using http_build_query() as per example below. All field are required. first_name: REQUIRED – Manager’s first name. last_name: REQUIRED – Manager’s…

  • DELETE managers/{id} – REST API

    Delete a Manager: DELETE /managers/{id} Remove a single manager by passing the manager’s email as an id. You can not remove the owner account via this method. Owners must delete their entire account manually through the website’s Profile settings. Query Parameters id: A unique ID for the manager – parameter…