Getpostman
Connector for the getpostman API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.getpostman.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getallapis— GET /apis — Get all APIssingleapi— GET /apis/{apiId} — Single APIgetallapiversions— GET /apis/{apiId}/versions — Get All API Versionsgetanapiversion— GET /apis/{apiId}/versions/{apiVersionId} — Get an API Versiongetcontracttestrelations— GET /apis/{apiId}/versions/{apiVersionId}/contracttest — Get contract test relationsgetdocumentationrelations— GET /apis/{apiId}/versions/{apiVersionId}/documentation — Get documentation relations
Inputs
apiKey— your getpostman 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: getallapis
apiKey: <your key>