# 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](/general-notes-for-api-users/rate-limits.md)).

{% code title="Base Url" %}

```
https://<POSTMAN_V2_API_BASE_URL>/api/v2
```

{% endcode %}

#### Test Environment Base URL

<table><thead><tr><th width="196">Type</th><th width="267">Base URL</th><th>Remarks</th></tr></thead><tbody><tr><td>Postman API </td><td><a href="https://test.postman.gov.sg">https://test.postman.gov.sg</a></td><td></td></tr><tr><td>Postman Admin Portal</td><td><a href="https://test.postman.gov.sg">https://test.postman.gov.sg</a></td><td></td></tr></tbody></table>

#### Production Environment Base URL

| Type                            | Base URL                 | Remarks |
| ------------------------------- | ------------------------ | ------- |
| Postman API Production Platform | <https://postman.gov.sg> |         |
| Postman Admin Platform          | <https://postman.gov.sg> |         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://postman-v2.guides.gov.sg/general-notes-for-api-users/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
