Catalogues
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
portfolio_idstringRequired
Portfolio id to filter catalogues
Responses
200
OK
application/json
403
Unauthorized
application/json
422
Unprocessable Entity
application/json
get
/cataloguesAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
ID of the catalogue to fetch
Responses
200
OK
application/json
403
Unauthorized
application/json
404
Catalogue not found
application/json
get
/catalogues/{id}Last updated