Request Structure
Request methods
Method | Description |
---|---|
GET | Requests the server to return the specified resources. |
PUT | Requests the server to update the specified resources. |
POST | Requests the server to perform the specified operations. |
DELETE | Requests the server to delete the specified resources. |
NOTE
Content-Type
parameter must be set to application/json
.Endpoints
Region | Endpoint |
---|---|
Australian Data Center | https://openapi.au.atlato.com |
Singapore Data Center | https://openapi.sg.atlato.com |
Request header parameters
Common Header
clientId
enum<integer>
required
Fixed value:
3
appId
integer
required
platform
enum<integer>
required
Allowed values:
1235
Example:
5
Authorization
string
required
Example:
Bearer edsdsfklaskdsl....
Modified at 2024-07-19 08:35:57