# IP Address related inquiries

1. **What is Postman’s IP address?**

   * We do not provide our IP address, you can whitelist our domain name. If you really need our IP address, you can resolve the domain to find the IP address, but you will be responsible for updating it if it changes.

2. **Does Postman allow me to bulk upload our IP addresses?**

   * No,  you will need to upload them individually.

3. **What IP can be whitelisted (Internal or public)?**

   * Static Public IP address, do note that you will be calling our API endpoints using this IP address that you have whitelisted.

4. **When do we submit our IP addresses for whitelisting?**

   * This will be done in the campaign creation flow. Refer to our [API documents](/postman-v2-admin-portal-for-api-users-mop/campaign-settings.md#integrations-ip-address-whitelisting) for more information.

5. **Does postman accept whitelisting of CIDR blocks?**

   * No, you need to whitelist individual IP addresses. You can whitelist up to 10 IP address on the admin portal, if you need to whitelist more than 20 IP address, please reach out to us.

6. **Is whitelisting the source IP address sufficient for us to use Postman to send out SMSes?**

   * Yes. In addition, you will only be able to obtain your API keys **after** you have whitelisted your IP address. Read [here](/postman-v2-admin-portal-for-api-users-mop/campaign-settings.md#integrations-ip-address-whitelisting) for more info.

7. **Is there any firewall that we need to open to allow our API gateway to reach postman API gateway ?**

   * You will need to whitelist your IP addresses with us before you can obtain the API keys for integration.

8. **Is there any throttling set for Postman?**

   * No.

9. **How many officers own a single campaign? Can we have more than 1 admin in case an officer leaves the organisation?**
   * Each campaign can have as many campaign admins and members, for more information please check out the [admin and members page](/postman-v2-admin-portal-for-api-users-mop/campaign-settings.md#settings-members).


---

# 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/faq/postman-v2-api-faq/ip-address-related-inquiries.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.
