catalog
catalog

Get a catalog entry with spec location

Return details for a single catalog API, including the spec download URL.

Use the returned spec_url with POST /import to import this API:

POST /import
{"sources": [{"type": "url", "url": "<spec_url>", "force_api_id": "<api_id>"}]}
get/catalog/{api_id}

Path parameters

api_idstring required

API ID from catalog to retrieve

API ID from catalog to retrieve

Response

Successful Response

{"stackTrail":"paths:/catalog/{api_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes