Libib Help Center
  • Getting Started
  • FAQs
  • Videos
  1. Home
  2. Knowledge Base
  3. REST API
Searching...
REST API

REST API

View the structure and learn the basics of our REST API (Pro only)
  • Patrons - REST API

  • Managers - REST API

  • API Basics – REST API

    To get started, the owner of an account must first generate a new API key from the website.Settings > Account...
  • GET /patrons – REST API

    List Patrons: GET /patrons Retrieve a list of all existing patrons on your site. Returns 50 patrons at a time....
  • GET patrons/{id} – REST API

    Retrieve a Patron: GET /patrons/{id} Retrieve a single patron by passing the patron’s barcode or email as an id. Query...
  • DELETE patrons/{id} – REST API

    Delete a Patron: DELETE /patrons/{id} Remove a single patron by passing the patron’s barcode or email as an id. Deleting...
  • POST /patrons – REST API

    Create a Patron: POST /patrons Create a completely new patron in the account. URL ParametersValues should be paramaterized such as...
  • POST /patrons/{id} – REST API

    Update a Patron: POST /patrons/{id} Update specific fields for an existing patron. Query Parameters id: A unique ID for the...
  • GET /managers – REST API

    List Managers: GET /managers Retrieve a list of all existing managers on your site – including the owner. JSON Result...
Need Support?
Can't find the answer you're looking for? Don't worry we're here to help!
CONTACT SUPPORT

Need Support?

Can't find the answer you're looking for? Don't worry we're here to help!
CONTACT SUPPORT
© Copyright Libib Help Center.
  • Getting Started
  • FAQs
  • Videos