REST API
Authenticate Client Credentials
client_id
client_secret
Request must originate from a designated IP address.
Access Token Validation Web Form
https://api.securimate.com/
Command Line Authentication
curl -X POST \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -H 'Accept: application/json' \
  -d 'grant_type=client_credentials&client_id=CLIENT_ID&client_secret=CLIENT_SECRET' \
  'https://api.securimate.com/apiauth/token'