Atlato Developer
DocsUse CasesCommunitySupport
DocsUse CasesCommunitySupport
Facebook
Linkedin
Instagram
  1. API Request
  • Overview
    • Developer Platform
  • Getting Started
    • Register Account
    • Manage Apps
    • Manage a Company
    • App Access
    • Store App Access
    • Mode
  • App Store
    • Authentication
    • Access Rights
    • Event Log
    • Company Settings
    • Manage Account
  • Device Integration
    • Design
    • Installation
    • Device List
  • Device API
    • Protocols
    • New Integration
    • Data Output
    • Device Input Names
  • Deployment
    • Custom Client App
  • API Request
    • REST API
    • Request Structure
    • Metadata
    • Pagination
    • Errors
    • Troubleshooting
  • Support
    • Developer Request Types
  • Guides
    • Best practices
    • Timezones
    • Libraries
    • Key Concepts
    • Terms of Use
    • Rate limits
  • Feedback Center
    • Feedback
    • Community
    • FAQ
  • Api Integration
    • Use token in your app
    • Event Logging API
    • Meta Data API
    • Lastest Device Data API
    • Past Device Data API
    • Devices API
    • Country City Currency API
  • App Integration APIs
    • Meta Data
    • Meta Data API
    • Lastest Device Data API
    • Past Device Data API
    • Event Logging API
    • Devices API
    • Country City Currency API
  • Developer Platform
    • Access
    • User
    • Device
    • Manage Account
    • Company
  1. API Request

Request Structure

This topic describes the request methods, endpoints, and request header parameters that are used in your API requests to Atlato Core.

Request methods#

The API requests to Atlato Core support the following request methods.
MethodDescription
GETRequests the server to return the specified resources.
PUTRequests the server to update the specified resources.
POSTRequests the server to perform the specified operations.
DELETERequests the server to delete the specified resources.
NOTE
When the request method POST is used, the Content-Type parameter must be set to application/json.

Endpoints#

Atlato Core API endpoints can vary depending on different countries or regions. You can select an endpoint for the country or region where your devices are deployed. This makes your services more responsive to API requests. More regions will be introduced later.
RegionEndpoint
Australian Data Centerhttps://openapi.au.atlato.com
Singapore Data Centerhttps://openapi.sg.atlato.com

Request header parameters#

The following table lists the common request header parameters used in the API requests to Atlato Core. You must set the values of the required parameters in the request headers.
Common Header
clientId
enum<integer> 
required
Client of Application. This is always Atlato
Fixed value:
3
appId
integer 
required
Generated Application Id given by the developer platform
platform
enum<integer> 
required
Incoming request's platform
Allowed values:
1235
Example:
5
Authorization
string 
required
Apply access token for authentication
Example:
Bearer edsdsfklaskdsl....
Modified at 2024-07-19 08:35:57
Previous
REST API
Next
Metadata
Built with