List all domain keys for your domain, including active/inactive and valid/invalid ones.
The domain authority name you want to list the domain keys for. Must be a valid domain
curl -i -X GET \ -u '<username>:<password>' \ 'https://api.mailgun.net/v4/domains/{authority_name}/keys'
A 200 response
{ "items": [ { … }, { … } ] }