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"
}
]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"
}
]