WhoamiResponse
Diagnostic payload describing how the API sees the calling client.
Returned by GET /api/v1/whoami. Helps integrators verify which IP
the gateway resolves for them (often differs from their workstation
IP when the server runs on dual-stack hosting and prefers IPv6) and
whether that IP would pass the API key's allowlist.
allowliststring[]required
allowlistMatchesAllowlistmatchesrequired
apiKeyIdApikeyidrequired
clientIpClientiprequired
ipVersionIpversionrequired
WhoamiResponse
{
"allowlist": [
"string"
],
"allowlistMatches": true,
"apiKeyId": "string",
"clientIp": "string",
"ipVersion": 0
}