All Products
Search
Document Center

Message Service:Request structure

Last Updated:Apr 03, 2024

This article describes the endpoints, protocol, methods, components, and encoding of the Message Service (MNS) API requests.

Endpoints

MNS is available in multiple regions. Each region has a public endpoint, internal endpoint, and classic endpoint. For more information, see Regions and endpoints.

Protocol

MNS supports the HTTP protocol for data communication.

Methods

MNS supports HTTP methods such as PUT, POST, GET, and DELETE to send requests. For more information, see List of operations by function and RESTful API operations about topics.

Components

When you use an HTTP request to call an API operation, make sure that the URL parameters, request headers, and request body are valid.

Encoding

All requests and responses are encoded in the UTF-8 format.