Swaggerhub
Connector for the swaggerhub API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.swaggerhub.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
searchapis— GET /apis — Search APIsgetownerapis— GET /apis/{owner} — Get a list of APIs of the specified ownergetapiversions— GET /apis/{owner}/{api} — Get a list of API versionsgetapidefaultversion— GET /apis/{owner}/{api}/settings/default — Get the default version of an APIgetdefinition— GET /apis/{owner}/{api}/{version} — Get the OpenAPI definition of the specified API versiongetapicommentsv2— GET /apis/{owner}/{api}/{version}/comments — Get comments for the specified API version
Inputs
apiKey— your swaggerhub API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: searchapis
apiKey: <your key>