GET /preprint_providers/{preprint_provider_id}/licenses/

osf.io

Summary: List all licenses
Operation ID: preprint_provider_licenses_list
Auth: unknown
Description

A paginated list of the licenses allowed by a preprint provider. #### Returns Returns a JSON object containing `data` and `links` keys. The `data` key contains an array of 10 preprint providers. Each resource in the array is a separate preprint provider object. The `links` key contains a dictionary of links that can be used for [pagination](#tag/Pagination). If the request is unsuccessful, an `errors` key containing information about the failure will be returned. Refer to the [list of error codes](#tag/Errors-and-Error-Codes) to understand why this request may have failed.

Parameters (1)

preprint_provider_id (string, path, required)

The unique identifier of the preprint provider.

No probe data for this endpoint yet.