# API Message Paramaters&#x20;

- [API Message Parameters](https://wiki.mobivate.com/api-message-paramaters/api-message-parameters.md): The page will give you all required parameters for sending MT messages via HTTP.
- [Send BINARY SMS (MT) parameters](https://wiki.mobivate.com/api-message-paramaters/send-binary-sms-mt-parameters.md): Learn how to send Binary SMS messages.
- [Receive SMS (MO) parameters](https://wiki.mobivate.com/api-message-paramaters/receive-sms-mo-parameters.md): Examples and documentation on how to receive MO's.
- [Subscription API (RESTFul)](https://wiki.mobivate.com/api-message-paramaters/subscription-api-restful.md): This document will detail how to use our subscription API on our Gateway.
- [Initiate Subscription (API)](https://wiki.mobivate.com/api-message-paramaters/subscription-api-restful/initiate-subscription-api.md): This document will detail how to initiate a subscription via RESTFul api.
- [Validate PIN (API)](https://wiki.mobivate.com/api-message-paramaters/subscription-api-restful/validate-pin-api.md): This document will go over how to validate PIN codes using our RESTFul api.
- [Unsubscribing Users (API)](https://wiki.mobivate.com/api-message-paramaters/subscription-api-restful/unsubscribing-users-api.md): This document aims to detail how to unsubscribe users via our RESTFul api.
- [Checking Subscription Status (API)](https://wiki.mobivate.com/api-message-paramaters/subscription-api-restful/checking-subscription-status-api.md): This document aims to detail how to check subscriptions status of subscribers.
- [Sending Messages To Subscribers (API)](https://wiki.mobivate.com/api-message-paramaters/subscription-api-restful/sending-messages-to-subscribers-api.md): This document aims to detail how to send a message to your subscribers via RESTFul api.
- [Sending Content To Subscribers (API)](https://wiki.mobivate.com/api-message-paramaters/subscription-api-restful/sending-content-to-subscribers-api.md): This document details how to send content/binary messages to your subscribers via RESTful api.
- [Content API (RESTFul)](https://wiki.mobivate.com/api-message-paramaters/content-api-restful.md): This document will detail how to use our content API on our Gateway.
- [Content Types (API)](https://wiki.mobivate.com/api-message-paramaters/content-api-restful/content-types-api.md): This document aims to detail how to request content types via our RESTFul api.
- [Content Categories (API)](https://wiki.mobivate.com/api-message-paramaters/content-api-restful/content-categories-api.md): This document aims to detail how to request content categories via our RESTFul api.
- [Search Content (API)](https://wiki.mobivate.com/api-message-paramaters/content-api-restful/search-content-api.md): This document aims to detail how to search content via RESTFul api.
- [Latest Content Items (API)](https://wiki.mobivate.com/api-message-paramaters/content-api-restful/latest-content-items-api.md): This page aims to document how to
- [Content Items (API)](https://wiki.mobivate.com/api-message-paramaters/content-api-restful/content-items-api.md): This document aims to detail how to get content items via our RESTFul API.


---

# 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://wiki.mobivate.com/api-message-paramaters.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.
