Returns a list of API keys.
Bearer token using appid (Authorization: Bearer
Label to filter API keys. Partial match supported.
List of API keys.
API key ID.
123
API key label.
"Production API Key"
API key value.
"abc123def456ghi789jkl012mno345pqr678stu901vwx234yz"
Indicates whether the API key is active.
true
Indicates whether IP restrictions are enabled. When enabled,
the API key works only from IP addresses in permitted_ips.
true
List of permitted IP addresses. If is_restriction is false,
an empty list means no IP restrictions. If is_restriction is true,
an empty list prevents all requests.
["192.168.1.1", "10.0.0.1"]Creation date and time in ISO 8601 format.
"2024-01-15T10:30:00Z"