# Ex Libris APIs **Provider:** Ex Libris APIs **Category:** auth **Base URL:** `https://api-eu.hosted.exlibrisgroup.com` **Auth:** api-key — `GET /endpoint?apikey=YOUR_KEY` **Rate Limit:** Based on contract **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api-eu.hosted.exlibrisgroup.com ## Description For more information on how to use these APIs, including how to create an API key required for authentication, see Alma REST APIs. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/printouts` | Retrieve Printouts | | POST | `https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/printouts` | Act on Printouts | | GET | `https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/printouts/{printout_id}` | Retrieve a Printout | | POST | `https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/printouts/{printout_id}` | Printout Service | | GET | `https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/requested-resources` | Get Requested Resources | | POST | `https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/requested-resources` | Act on Requested Resources | | GET | `https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/rs/lending-requests` | Get Lending Requests | | POST | `https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/rs/lending-requests` | Act on Lending Requests | ## Authentication API key as a query parameter (apikey) ``` GET /endpoint?apikey=YOUR_KEY ``` ## Sample Request ```bash curl -X GET 'https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/printouts' \ -H 'GET /endpoint?apikey=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid library management system. Ex Libris (ProQuest) pricing by institution. --- *Source: [API Map](https://apimap.dev/apis/ex-libris-apis/) — CC BY 4.0*