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

Headers

Authorization
string
required

Authorization token

Path Parameters

gateway_id
string
required

Gateway ID

Response

200
application/json

List of API Keys

The response is of type object[].