curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/api-keys \
--header 'Authorization: <authorization>'
{
"apiKeys": [
{
"name": "<string>",
"permission": "billing",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"organizationId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>"
}
]
}
List API keys
curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/api-keys \
--header 'Authorization: <authorization>'
{
"apiKeys": [
{
"name": "<string>",
"permission": "billing",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"organizationId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>"
}
]
}
OK
The response is of type object
.