cURL
curl --request GET \ --url http://localhost:3001/portal-api/catalogues/{catalogue_id} \ --header 'Authorization: <api-key>'
{ "ID": 1, "Name": "Private Catalogue", "CreatedAt": "2023-06-25 13:37", "UpdatedAt": "2023-06-25 13:37", "OrgCatalogues": [ { "Catalogue": "Private catalogue", "ID": 1, "Name": "<string>", "Organisation": "Default organisation" } ], "Plans": [ "Free plan" ], "Products": [ "ACME Payment API" ], "VisibilityStatus": "Private" }
Get a catalogue
Show child attributes
Private
Public
Was this page helpful?