REST API
Enter Valid Access Token to Test in Swagger UI
access_token
Request must originate from a designated IP address.
Get Access Token
Command Line
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'