mercury
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name MERCURY_TOKEN or zero doctor check-connector --url https://api.mercury.com/api/v1/accounts --method GET
Accounts
List All Accounts
curl -s "https://api.mercury.com/api/v1/accounts" --header "Authorization: Bearer $MERCURY_TOKEN"
Get Account by ID
Replace <your-account-id> with the actual account ID:
curl -s "https://api.mercury.com/api/v1/account/<your-account-id>" --header "Authorization: Bearer $MERCURY_TOKEN"