# Endpoints for API users

- [Endpoints for API users](https://postman-v2.guides.gov.sg/endpoints-for-api-users/endpoints-for-api-users.md)
- [The message object](https://postman-v2.guides.gov.sg/endpoints-for-api-users/the-message-object.md)
- [Single Send](https://postman-v2.guides.gov.sg/endpoints-for-api-users/single-send.md)
- [Single Send - Retry](https://postman-v2.guides.gov.sg/endpoints-for-api-users/single-send-retry.md)
- [Retrieve Message](https://postman-v2.guides.gov.sg/endpoints-for-api-users/retrieve-message.md)
- [Batch Send](https://postman-v2.guides.gov.sg/endpoints-for-api-users/batch-send.md)
- [Batch Send - Retry](https://postman-v2.guides.gov.sg/endpoints-for-api-users/batch-send-retry.md)
- [Retrieve Batch](https://postman-v2.guides.gov.sg/endpoints-for-api-users/retrieve-batch.md)
- [Retrieve Campaign Message](https://postman-v2.guides.gov.sg/endpoints-for-api-users/retrieve-campaign-message.md)


---

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