API Keys
List API keys
GET/apis/:id/keys
Retrieve a list of all API keys associated with a specific API target.
Authentication
Requires a workspace-level access token in the Authorization header. The actual secret value of the keys is masked; only the key_prefix is returned.
Path Parameters
idrequired
integer
The ID of the API whose keys you want to list.
Response
Returns an array of key objects.