• PATCH /patrons/{id}

    Restore a Patron: PATCH /patrons/{id} Restores a previously deleted patron – available for 30 days after patron has been removed. If a patron email has been re-added as a new user, restore will not work for that patron. Query Parameters id: A unique ID for the patron – parameter accepts…

  • 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 “Ultimate” 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: iOS: https://itunes.apple.com/us/app/libib-kiosk-pro/id1328709331Android: https://play.google.com/store/apps/details?id=com.libibkiosk.app The Kiosk App is meant to be a device which resides in the library and patrons can walk up to and checkout items from. To first…

  • 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…