Catalog
Get Catalog Entry
Retrieve a single catalog entry by api_id.
get/catalog/{api_id}
Path parameters
api_idstring required
Response
Successful Response
Example response
{
"_links": {
"import": "/catalog/stripe.com:import",
"operations": "/catalog/stripe.com/operations",
"self": "/catalog/stripe.com"
},
"api_id": "stripe.com",
"path": "apis/openapi/stripe.com",
"registered": false,
"spec_url": "https://raw.githubusercontent.com/jentic/jentic-public-apis/main/apis/openapi/stripe.com/main/2024-01-01/openapi.json",
"vendor": "stripe.com"
}