---
title: "Private Account Licenses"
method: GET
path: "/account/licenses"
tags: ["other"]
---

# Private Account Licenses

`GET /account/licenses`

This is a private endpoint that requires OAuth. It will return a list with figshare public licenses AND licenses defined for account's institution.

## Response `200`

OK. An array of personal licenses

- License[]
  - `value` integer, required — License value
  - `name` string, required — License name
  - `url` string, url, required — License url

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/figshare/apis/figshare-api.md) · [All operations](https://skmtc.net/figshare/apis/figshare-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/figshare/figshare-api/revisions/9dfb419f4430/schema)
