# OneRoute

## OneRoute

- [Introduction](https://docs.oneroute.io/introduction.md): Welcome to the OneRoute API Documentation where you find information, best practices, and guidance about the OneRoute API.
- [Prerequisites](https://docs.oneroute.io/prerequisites.md): Everything you need to do to gain access to the OneRoute APIs
- [Sandbox (Test API Key)](https://docs.oneroute.io/whatsapp-api/sandbox-test-api-key.md): OneRoute provides a developer-friendly test environment to check out the usage of the WhatsApp API. Through the test channel, you can test sending messages and templates and receive a webhook.
- [Getting Started](https://docs.oneroute.io/whatsapp-api/getting-started.md): Use OneRoute WhatsApp API in Production
- [Endpoints](https://docs.oneroute.io/whatsapp-api/endpoints.md)
- [Fetch Channels](https://docs.oneroute.io/whatsapp-api/endpoints/get-whatsapp-channels.md)
- [Fetch Channel Templates](https://docs.oneroute.io/whatsapp-api/endpoints/fetch-channel-templates.md)
- [Send Template Message](https://docs.oneroute.io/whatsapp-api/endpoints/send-template-message.md)
- [Send Campaign Message](https://docs.oneroute.io/whatsapp-api/endpoints/send-campaign-message.md)
- [Send Session Message](https://docs.oneroute.io/whatsapp-api/endpoints/send-session-message.md)
- [FAQ](https://docs.oneroute.io/whatsapp-api/faq.md): OneRoute WhatsApp API - Frequently Asked Questions
- [Getting Started](https://docs.oneroute.io/email-api/getting-started.md)
- [Endpoints](https://docs.oneroute.io/email-api/endpoints.md)
- [Fetch Email Channels](https://docs.oneroute.io/email-api/endpoints/fetch-email-channels.md)
- [Send Email to Customers](https://docs.oneroute.io/email-api/endpoints/send-email-to-customers.md)
- [Getting Started](https://docs.oneroute.io/sms-api/getting-started.md)
- [Endpoints](https://docs.oneroute.io/sms-api/sms-api.md)
- [Fetch SMS Channels](https://docs.oneroute.io/sms-api/sms-api/get-sms-channels.md)
- [Send SMS to Customers](https://docs.oneroute.io/sms-api/sms-api/send-sms-to-customers.md)
- [Send OTP SMS to Customers](https://docs.oneroute.io/sms-api/sms-api/send-sms-to-customers-1.md)
- [Fetch SMS Messages](https://docs.oneroute.io/sms-api/sms-api/fetch-sms-messages.md)
- [Get SMS DLR Message](https://docs.oneroute.io/sms-api/sms-api/get-sms-dlr-message.md)
- [Getting Started](https://docs.oneroute.io/oneotp-api/getting-started.md)
- [Endpoints](https://docs.oneroute.io/oneotp-api/oneotp-api.md)
- [Fetch OTP Templates](https://docs.oneroute.io/oneotp-api/oneotp-api/fetch-otp-templates.md)
- [Send OTP](https://docs.oneroute.io/oneotp-api/oneotp-api/send-otp.md)
- [Verify OTP](https://docs.oneroute.io/oneotp-api/oneotp-api/verify-otp.md)
- [Getting Started](https://docs.oneroute.io/embed/getting-started.md)
- [Installation](https://docs.oneroute.io/embed/installation.md)
- [Push Notification](https://docs.oneroute.io/embed/push-notification.md)
- [Receiving Events - Webhooks](https://docs.oneroute.io/others/receiving-events-webhooks.md)
- [Fetch Channel By Id](https://docs.oneroute.io/others/get-channel-by-id.md)
- [Fetch Logs](https://docs.oneroute.io/others/fetch-logs.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.oneroute.io/introduction.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.
