Application Key

Endpoint

https://line.cammsoft.com/v1/credentials/applicationKey.api

Info

This endpoint provides an access key that allows an authorized application to communicate with all other application endpoints.

This access key has a life span of 24 hours.

Warning

This resource is only accessible to authorized applications.

Repeated authentication failures will result in the banning of the offending IP address.

GET

Input Query String Parameters
applicationIdRequiredApplication specific ID issued by this systen.
secretRequiredRandomized key generated by this application.

On Success
Output JSON Parameters
{}Object {}Root parameter type.
keyStringKey to be used for all other application endpoints.
expiresNumberTimeStamp of when this key expires.

On Failed
Output JSON Parameters
{}Object {}Root parameter type.
errorObject {}
codeStringError short code string.
messageStringGreater description of error.

Codes: BAD_REQUEST, INTERNAL_ERROR, ACCESS_DENIED, BANNED