> For the complete documentation index, see [llms.txt](https://postman-v2.guides.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postman-v2.guides.gov.sg/technical-users-api.md).

# Technical Users (API)

- [Log in to postman.gov.sg](https://postman-v2.guides.gov.sg/technical-users-api/log-in-to-postman.gov.sg.md)
- [Request for campaign creation rights from agency PICs](https://postman-v2.guides.gov.sg/technical-users-api/request-for-campaign-creation-rights-from-agency-pics.md)
- [Create a campaign](https://postman-v2.guides.gov.sg/technical-users-api/create-a-campaign.md)
- [Whitelist your public IP address](https://postman-v2.guides.gov.sg/technical-users-api/whitelist-your-public-ip-address.md)
- [Generate your API key](https://postman-v2.guides.gov.sg/technical-users-api/generate-your-api-key.md)
- [Send SMSes using our API](https://postman-v2.guides.gov.sg/technical-users-api/send-smses-using-our-api.md)
- [API Reference](https://postman-v2.guides.gov.sg/technical-users-api/api-reference.md)
- [Authentication](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/authentication.md)
- [Rate limits](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/rate-limits.md)
- [Message statuses](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/message-statuses.md)
- [API errors](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/api-errors.md)
- [The message object](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/the-message-object.md)
- [POST - Single send](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/post-single-send.md)
- [POST - Retry single send](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/post-retry-single-send.md)
- [GET - Retrieve a single message](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/get-retrieve-a-single-message.md)
- [POST - Batch send](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/post-batch-send.md)
- [POST - Retry batch send](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/post-retry-batch-send.md)
- [GET - Retrieve batch messages](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/get-retrieve-batch-messages.md)
- [GET - Retrieve all campaign messages](https://postman-v2.guides.gov.sg/technical-users-api/api-reference/get-retrieve-all-campaign-messages.md)
- [Optional load testing](https://postman-v2.guides.gov.sg/technical-users-api/optional-load-testing.md)
- [FAQs (API)](https://postman-v2.guides.gov.sg/technical-users-api/faqs-api.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/technical-users-api.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.
