Atlato Developer
DocsUse CasesCommunitySupport
DocsUse CasesCommunitySupport
Facebook
Linkedin
Instagram
  1. App Store
  • 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. App Store

Authentication

A token is required to authenticate and authorize API calls. The developer platform APIs comply with the JSON Web Token implicit authorization.
NOTE
Required header parameters: clientId, appId and platform when using access token.
Get a token for API usage.
When you start developing you application, the starting point of the integration begins here. For every API request you must have a valid token. To get the valid token you need to use the Authentication API.
Auth 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
Modified at about 1 year ago
Previous
App Store
Next
Access Rights
Built with