Introduction
Welcome to the API Reference section! This guide provides detailed information about our API endpoints, parameters, and usage examples.
For a deeper dive into API documentation, visit our API Documentation Center.
Endpoints Overview
Here are the key endpoints available:
- GET /en/Support/API_Reference
Retrieve this reference guide. - POST /en/Support/Submit_Request
Submit a new API request. - PUT /en/Support/Update_Profile
Update user profile information.
Authentication
To access protected endpoints:
- Use
Authorization: Bearer <token>
in headers. - Obtain a token via OAuth 2.0.
- Tokens expire after 1 hour.
Rate Limiting
- Limit: 100 requests per minute.
- Exceeding: Returns
429 Too Many Requests
. - Reset: Check
X-RateLimit-Reset
header for next allowed time.
Examples
GET Request
GET /en/Support/Get_Data HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_TOKEN
Response
{
"status": "success",
"data": "Example response"
}
For further assistance, contact us at Contact Us. 📧