Returns a list of all API keys for a gateway with obfuscated key values
curl --request GET \
--url https://api.example.com/api/v1/iam/api-key/public \
--header 'Authorization: <authorization>'[
{
"active": true,
"created_at": "<string>",
"expires_at": "<string>",
"id": "<string>",
"key": "<string>",
"name": "<string>",
"policies": [
"<string>"
],
"subject": "<string>",
"subject_type": "engine"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.neuraltrust.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorization token
Gateway ID
curl --request GET \
--url https://api.example.com/api/v1/iam/api-key/public \
--header 'Authorization: <authorization>'[
{
"active": true,
"created_at": "<string>",
"expires_at": "<string>",
"id": "<string>",
"key": "<string>",
"name": "<string>",
"policies": [
"<string>"
],
"subject": "<string>",
"subject_type": "engine"
}
]