Below outlines the various calls and elements produced by the LibKey Lending Tool’s API (INCDocs is the branded version of this service used by NHS England and for whom this documentation is also applicable).
Authenticating to the API
Details to come about authenticating - tl;dr we need to use the library group scope token introduced in - BZ-8002Getting issue details... STATUS
Get a list of libraries
GET /public/v1/libraryGroups/:libraryGroupId/libraries
Check the availability of an article at a library
GET /public/v1/libraryGroups/:libraryGroupId/libraries/:libraryId/articles/doi/:doi
GET /public/v1/libraryGroups/:libraryGroupId/libraries/:libraryId/articles/pmid/:articlePMID
Create a fulfillment request
POST /public/v1/libraryGroups/:libraryGroupId/fulfillmentRequests
Get the status of a fulfillment request
GET /public/v1/libraryGroups/:libraryGroupId/fulfillmentRequests/:fulfillmentRequestId