🗒️Overview

The Postman v2 API is organised around REST. Our API has predictable resource-oriented URLs, accepts JSON request bodies, returns JSON response bodies, and uses standard HTTP response codes, authentication, and verbs.

To optimise performance and reliability, Postman v2 has established rate limits and allocations for API endpoints (Rate limits).

Base Url
https://<POSTMAN_V2_API_BASE_URL>/api/v2

Test Environment Base URL

Production Environment Base URL

Last updated