This plugin adds a custom API action at list
to show all keywords used:
Using a URL such as https://alfa.bravo/yourls-api.php?username=charlie&password=delta&action=list&format=json
:
{
"statusCode": 200,
"message": "success",
"result": [
{
"keyword": "alfa"
},
{
"keyword": "bravo"
},
{
"keyword": "charlie"
}
]
}
- Upload this folder to
/user/plugins
. - Activate this plugin from the Plugins administration page.