Platform Information
Get platform information including the outbound IP address that EntryGuard uses to manage cloud resources. Clients should whitelist this IP on their firewalls to allow EntryGuard to apply and revoke IP rules.
Request
GET /platform-info
Authentication
No authentication required. This endpoint is public.
Response
Status Code: 200 OK
Response Body:
| Field | Type | Description |
|---|---|---|
| outboundIp | string | The IP address EntryGuard uses for outbound connections to cloud resources |
Example
curl https://api.entryguard.io/api/v1/platform-info
Response:
{
"outboundIp": "92.5.112.209"
}
Usage
If you are protecting a service behind a firewall (e.g., an APISIX admin API or a restricted management endpoint), you need to whitelist EntryGuard's outbound IP so it can apply and revoke security group rules on your behalf.
You can also find this IP in the Settings page of the EntryGuard dashboard under the Outbound IP section.