API key 是授权还是认证的一种方式?

Is API key a way of Authorization or Authentication?

我在网络服务中使用 API 密钥。我与客户共享一个密钥,他们会在每次请求时发送它。

这是授权还是认证?

API 密钥是一种身份验证方法。 Using them for security purposes is often frowned upon. You can read more about them here