Overview
Publishers provide an API so that GetFTR can send entitlements requests to it. This API integrates with a publisher’s own internal entitlements systems to provide the necessary information to GetFTR. This API should return a JSON response similar to the following example:
{
"doi": "10.1234/5678",
"entitled": "yes",
"document": "https://doi.org/10.1234/5678",
"accessType": "open",
"vor": [
{
"url": "https://example.com/content.pdf",
"contentType": "application/pdf"
}
]
}
More information on the response body can be found on the Response Body page.
Following the documentation below will assist you in setting up your Publisher API, ready for your first request from GetFTR.
Last updated on