Skip to main content
GET
Fetch library items

Description

Get all library items.

Response

200 OK

where: The response payload consists of three arrays.
  • shared: Array of library items shared across all company members.
  • default: Array of library items that were assigned to the default list.
  • custom: Array of library items that were not classified as default or shared.
Note: For library item structure please see response from Add to library endpoint.

401 Unauthorized

The user doesn’t have permissions.

500 Internal Server Error

Error occurred while processing the request.

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Authorization token

Response

Fetch library items

The response is of type object.