List
List all API Keys in your account.
Request
curl https://api.prod.us-east-1.warpstream.com/api/v1/list_api_keys \
-H 'warpstream-api-key: XXXXXXXXXX' \
-H 'Content-Type: application/json'
Response
{
"api_keys": [
{
"id": "aki_e6153e40_9baf_4af2_b7e0_0e88d753e50b",
"name": "akn_example_application_key",
"key": "aks_b0ab10f0953e30cf815c6f447f7132f2fd0c39f0bd3c2ef9ad644a58z10e9436",
"created_at": "2024-05-11T00:20:13.365372Z",
"access_grants": [{
"principal_kind": "application",
"resource_kind": "*",
"resource_id": "*"
}]
},
{
"id": "aki_007f0341_3ab3_457a_a513_2b2c9415582f",
"name": "akn_example_agent_key",
"key": "aks_a51b1fb20ac4a3af549503bb08cd309672fcada1030c5a494850e87ce5d4c613",
"created_at": "2024-06-14T09:36:06.781306362Z",
"access_grants": [
{
"principal_kind": "agent",
"resource_kind": "virtual_cluster",
"resource_id": "vci_1d4930d7_8e6d_4ad9_b27a_654ed4aaa3ee"
}
]
}
}
Last updated