Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Third Iron Library List Endpoint:

Supported Methods

Code Block
GET

Endpoint Location


Code Block
/public/v1/libraries
/libraries
?filter[libkey_subscription_status]=active,trial

Library List Response:

The Library List will respond with a JSON array of all libraries along with their library ID.

Response Object:

Property

Type

Description

data

Object

A list of libraries will be returned that are active and in trial with privileges to use LibKey.

Full List of Properties Returned

Property

Type

Description

Optional

id

number

The library ID

No

name

string

The name of the library

No

type

string

has the value “libraries”

No

Example Request
Code Block
/public/v1/libraries/libraries?filter[libkey_subscription_status]=active,trial&access_token=xxxxxxxxxx

...