# About Postman v2

{% hint style="success" %}
Please access the Postman Policy guide at [https://docs.developer.tech.gov.sg/docs/postman-sgdp-guide/.](https://docs.developer.tech.gov.sg/docs/postman-sgdp-guide/)\
Click "log in" and use your TechPass or agency email address to view the policy guide.&#x20;
{% endhint %}

This site is for Postman v2, used for sending SMSes with the authorised sender ID only.

{% hint style="warning" %}
Subscribe to the Postman v2 status page at <https://status.postman.gov.sg/> to receive automated email notifications when incidents happen. Users are also encouraged to regularly check this page for potential system degradations due to large campaigns or internal testing.
{% endhint %}

{% hint style="info" %}
To continue using the old Postman (Postman Legacy) to send out email campaigns, please access Postman V1 (Postman Legacy) here: <https://legacy.postman.gov.sg/>
{% endhint %}

## Test Platform

#### Test Environment

<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/api/v2">https://test.postman.gov.sg/api/v2</a></td><td>Create campaign, whitelist IP addresses, generate API keys</td></tr><tr><td>Postman Admin Portal (UI)</td><td><a href="https://test.postman.gov.sg">https://test.postman.gov.sg</a></td><td>Create campaign, send using UI</td></tr><tr><td>Postman SFTP</td><td><a href="https://test.sftp.postman.gov.sg/api/v2">https://test.sftp.postman.gov.sg</a></td><td>Create campaign, whitelist Postman's IP addresses, generate API keys, then submit this <a href="https://form.gov.sg/65a62a71f2138c001218d4e7">form</a>.</td></tr></tbody></table>

## Production Platform

{% hint style="info" %}
Please submit your system's [API Integration Test](https://form.gov.sg/65953383e41b750012808d83) before using Postman v2's production site.&#x20;
{% endhint %}

#### Production Environment

<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://postman.gov.sg/api/v2">https://postman.gov.sg/api/v2</a></td><td>Create campaign, whitelist IP addresses, generate API keys</td></tr><tr><td>Postman Admin Portal (UI)</td><td><a href="https://test.postman.gov.sg">https://postman.gov.sg</a></td><td>Create campaign, send using UI</td></tr><tr><td>Postman SFTP</td><td><a href="https://sftp.postman.gov.sg">https://sftp.postman.gov.sg</a></td><td>Create campaign, whitelist Postman's IP addresses, generate API keys, then submit this <a href="https://form.gov.sg/65a62a71f2138c001218d4e7">form</a>.</td></tr></tbody></table>

## What types of data can Postman handle?

Postman can handle up to `restricted sensitive-normal` data, and is compliant with the new-IM8 policy for Low-Risk systems.&#x20;

| Non-Sensitive or Low Sensitivity | <ul><li>Transactions</li><li>Notifications</li><li>Information broadcast</li><li>Receipts</li><li>Reminders</li><li>Masked NRIC</li></ul> |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Normal Sensitivity               | <ul><li>Personal details such as home address, mobile number, email ID, job roles</li><li>Full NRIC or FIN number</li></ul>               |

For more information, you may refer to the section of our guide on [IM8 Policies](https://postman-v1.guides.gov.sg/email-api-guide/overview/im8-policies) which requires 'gov.sg' email domain for login.

## Inquiries and FAQ

If you have any questions, please refer to our [FAQ page](/faq/postman-v2-sms-api-faq.md) for a list of frequently asked questions.&#x20;

If your questions have not been answered, you may fill up our [Contact Us](https://form.gov.sg/657025a2d2bd350012c82eb0) form and our team will get back to you.

If you are a vendor with questions regarding our API documents, please indicate the contact details of the **government officer-in-charge and their agency email address** in your form response.&#x20;


---

# 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/postman-v2-api-docs/about-postman-v2.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.
