---
title: "Get Reuse Rights"
method: POST
path: "/publications/reuserights"
tags: ["Publications"]
---

# Get Reuse Rights

`POST /publications/reuserights`

### Return the re-use rights information based on the standard number, publication year, and country.
Example payload:
```
{
    "doi": "10.1093/ndt/gft439"
}

or 

{
    "standardNumber": "09310509",
    "publicationYear": 2021
}
```

## Request body

- ReuseRightsRequest
  - `doi` string, nullable
  - `pubmedId` string, nullable
  - `standardNumber` string, nullable
  - `standardNumber2` string, nullable
  - `publicationYear` integer, nullable
  - `countryId` integer, nullable

## Response `200`

Reuse rights retrieved successfully

- ReuseRightsResult[]
  - `intendedUseId` integer
  - `intendedUseDisplayTitle` string, nullable
  - `reUseRight` 'Unknown' | 'ExplicitlyGranted' | 'ExplicitlyDenied' | 'RequestAQuote'
  - `notOrderable` boolean

---

[API](https://skmtc.net/researchsolutions/apis/article-galaxy-api.md) · [All operations](https://skmtc.net/researchsolutions/apis/article-galaxy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/researchsolutions/article-galaxy-api/revisions/70fb92d278f5/schema)
