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
id (string, required) - The firewall id to be read.
{
"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.