Skip to content
Cloud infrastructure/devops

getpostman.com

Postman sandbox and mock API

The Postman API allows you to programmatically access data stored in Postman account with ease. The easiest way to get started with the API is to click the **fork** button to fork this collection to your own workspace and use Postman to send requests. # Overview 1. You need a valid <a href="#authentication">API Key</a> to send requests to the API endpoints. You can get your key from the [integrati Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
57
Collections
-
Event types
-
example request
curl https://your-getpostman.slurry.io/apis \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.20.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 57.

  • GET/apis
  • POST/apis
  • GET/apis/{apiId}
  • PUT/apis/{apiId}
  • DELETE/apis/{apiId}
  • GET/apis/{apiId}/versions
  • POST/apis/{apiId}/versions
  • GET/apis/{apiId}/versions/{apiVersionId}
  • PUT/apis/{apiId}/versions/{apiVersionId}
  • DELETE/apis/{apiId}/versions/{apiVersionId}
  • GET/apis/{apiId}/versions/{apiVersionId}/contracttest
  • GET/apis/{apiId}/versions/{apiVersionId}/documentation