Account Key

Endpoint

https://line.cammsoft.com/v1/application/keys/account.api

Info

This endpoint provides an access key that allows an authorized account to access available account 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 Header Parameters
application-keyRequired
Input Query String Parameters
accountIdRequiredThe ID of the account you are requesting a key for.

On Success
Output JSON Parameters
{}Object {}ROOT
accountIdStringThis systems version of ID.
keyStringKey to be used for all agent endpoints and sockets.
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: METHOD_NOT_ALLOWED, ACCOUNT_NOT_FOUND, ACCOUNT_DISABLED, BAD_REQUEST, INTERNAL_ERROR, ACCESS_DENIED, BANNED