Sample API shapes

Product API preview

Illustrative request and response formats for a licensed FGT Config Visualizer deployment. Nothing on this page calls a live XilonSec API.

Mock only. This marketing site exposes POST /api/inquiries for demo and support forms. Licensed product APIs are delivered with the application, not from fgttools.xilonsec.com. Request a demo for current integration options.

1. Example authentication payload

Sample JSON a licensed deployment might accept. Values below are placeholders, not credentials.

POST /api/users/login Content-Type: application/json { "username": "api-audit-user", "password": "<your-secret>" } Response (200 OK): { "status": "success", "token": "<session-token>", "role": "viewer" }

2. Sample console

Show sample fills the panel with canned text. It does not contact a server.

SAMPLE REQUEST

        
SAMPLE RESPONSE
Choose Show sample to display canned output.