---
title: "List Highlighted Taxonomies for a Preprint Provider (Deprecated)"
method: GET
path: "/providers/preprints/{provider_id}/taxonomies/highlighted/"
tags: ["Preprint Providers", "Taxonomies"]
deprecated: true
---

# List Highlighted Taxonomies for a Preprint Provider (Deprecated)

`GET /providers/preprints/{provider_id}/taxonomies/highlighted/`

> **Deprecated.**

Retrieve a list of highlighted taxonomies (subjects) for a specific preprint provider.
Highlighted taxonomies are the primary subjects that the preprint provider chooses to showcase for organizing and filtering preprints.
**Deprecated:** Use the `highlighted subjects` endpoint instead.
#### Permissions - No authentication required for public providers. - Only authorized users can access restricted providers.
#### Returns - A JSON object with a `data` key containing an array of taxonomy resources. - Each taxonomy represents a subject that can be assigned to preprints.

## Path parameters

- `provider_id` string, required

## Response `200`

Successful retrieval of highlighted taxonomies.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to access taxonomies for this provider.
- `404` — Not Found. No preprint provider matches the given ID.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/ca701048eb0d/schema)
