curl --location --request GET 'https://platform.shopranos.eu/api/CustomerApiKeys'
[
{
"id": "string",
"companyId": "string",
"partitionKey": "string",
"name": "string",
"customerId": "string",
"apiKey": "string",
"permissions": [
"cs_manage_sales_orders"
],
"expirationDate": "2019-08-24T14:15:22Z",
"customerName": "string"
}
]