API Reference

Learn how to access UNLOQ end points

GET /firewalls/:id

Get information about a single firewall entity

GET https://api-authenticator.iwelcome.com/v1/firewalls/:id
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL parameters
  • id (string, required) - The firewall id to be read.
Result format (200 OK)
{
  "type": "api.application.firewall.read",
  "result": {
    "id": "123456789",
    "type": "ALLOW",
    "is_logged": false,
    "entity_type": "APPLICATION",
    "entity_id": "1",
    "account_id": "1",
    "country": {
      "code": "US",
      "name": "United States"
    }
    "created_at": "2016-11-17T14:47:38.000Z",
    "targets": []
  }
}
      

Have a question? You can always send us an email at support@unloq.io, or contact us on chat.

For security related concerns, please visit our Security page.