API Key
Retrieve Api Key
Returns a list of all API keys for a gateway with obfuscated key values
GET
cURL
Headers
Authorization token
Path Parameters
Gateway ID
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>"
}
]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>"
}
]