Skip to main content
GET
/
api
/
v1
/
iam
/
api-key
/
public
[
  {
    "active": true,
    "created_at": "<string>",
    "expires_at": "<string>",
    "id": "<string>",
    "key": "<string>",
    "name": "<string>",
    "policies": [
      "<string>"
    ],
    "subject": "<string>",
    "subject_type": "policy"
  }
]

Headers

Authorization
string
required

Authorization token

Path Parameters

gateway_id
string
required

Gateway ID

Response

List of API Keys with obfuscated keys

active
boolean
created_at
string
expires_at
string
id
string
key
string
name
string
policies
string[]
subject
string
subject_type
enum<string>
Available options:
policy,
gateway
I