GET
/
api
/
v1
/
gateways
/
{gateway_id}
/
keys
[
  {
    "active": true,
    "created_at": "<string>",
    "deleted_at": "<string>",
    "expires_at": "<string>",
    "gateway_id": "<string>",
    "id": "<string>",
    "key": "<string>",
    "name": "<string>"
  }
]

Path Parameters

gateway_id
string
required

Gateway ID

Response

200
application/json
List of API Keys
active
boolean
created_at
string
deleted_at
string
expires_at
string
gateway_id
string
id
string
key
string
name
string