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.