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

Patrons - REST API

  • 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...
  • 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...
  • 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...
  • PATCH /patrons/{id}

    Restore a Patron: PATCH /patrons/{id} Restores a previously deleted patron – available for 30 days after patron has been removed....
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