curl --location --request GET '/api-keys' \
--header 'Authorization: Bearer <token>'{
"error": true,
"api_keys": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"public_key": "string",
"name": "string",
"description": "string",
"scopes": [
"string"
],
"expires_at": "2019-08-24T14:15:22.123Z",
"is_active": true,
"allowed_ips": [
"string"
],
"allowed_projects": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"usage_count": 0,
"last_used_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}