All integrations·API tooling

Postman collection

Active

Live on the Postman Public API Network, or as a v2.1 JSON file on npm. Generated from the OpenAPI spec, so every endpoint stays in step with the API.

Install

Postman
Open the public workspace at postman.com/postio-uk/postio
npm
npm i @postio/postman-collection

30-second example

# Fork or run it straight from our public workspace:
# https://www.postman.com/postio-uk/postio

# Or take the JSON from the npm package:
node -e "console.log(require.resolve('@postio/postman-collection/postio.postman_collection.json'))"

# Or fetch it from npm's unpkg mirror:
curl https://unpkg.com/@postio/postman-collection/postio.postman_collection.json