Skip to main content
GET
List all catalogues

Authorizations

Authorization
string
header
required

Response

200 - application/json

OK

ID
integer

UID of this catalogue

Example:

1

Name
string

Name of this catalogue

Example:

"Private Catalogue"

NameWithSlug
string

URL slug of this catalogue page

Example:

"private-catalogue"

VisibilityStatus
enum<string>

Visibility of this catalogue. Could be either Private or Public. The Private status means this catalogue is visible only to a limited audience while Public catalogue is available to all developers

Available options:
Private,
Public
Example:

"Private"