Access denied Access granted Authentification Draft Deprecated
application : auth
Last change: 2023-01-20 14:16:19
This is a simple interface to get the access token for your application
Parameter
Value
Description
appKey
The application key
nonce
A randomly-generated string
timestamp
The number of seconds that have elapsed since midnight, January 1, 1970, also known as UNIX time
signature
The cryptographic method used to sign the call (An sha1 hash of the concatenation of application key, timestamp and nonce, with your application secret)
forceStandard
If set to 1, the return will use a new format implemented (better compliance standard) - Default: 0
outputFormat
Output format - Default: xml
Call
https://api.kinomap.com/application/auth?
Response Body
An error occured!

	
Response : Valid / Success
  • status: OK when no errors
  • appToken: The access token for the current application. You can save it and use it for the next api call.
Response : Error / Failed
Response status is replaced by one of the following:
  • UNABLE_GET_TOKEN: Unable to get application token
Sign in