Allow filtering short URLs by API key name
Summary
Hi. I need to find a short url is created by which user (API key name). And it would be better if I could filter short links by API key names.
Use case
When a short link has high records, this shows the creator has a success, so I want to find the best member of our team, but currently I cannot!
I want this feature too.
Today, I'm setting an extra tag to indicate what api key created that link
This requires the name to be mandatory, but that will happen as part of https://github.com/shlinkio/shlink/issues/2193
FYI, this will be limited to requests made using an admin API key (for obvious reasons). For requests made with other API keys, the API key name used for filtering will be ignored.
EDIT: I think it makes sense and would be fine to let any API key filter by "itself".
This feature is now implemented and will be part of Shlink 4.6.0