List Subaccounts
documentedList subaccounts with pagination.
GET /api/v1/subaccountsAccountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: SparkPost base API URL is https://api.sparkpost.com/api/v1. The Subaccounts endpoint is GET /api/v1/subaccounts and uses an API key for authentication. See SparkPost API documentation for details. ([developers.sparkpost.com](https://developers.sparkpost.com/api/?utm_source=openai))
npx -y keychains@latest curl "https://api.sparkpost.com/api/v1/subaccounts?per_page={{$limit}}&cursor={{$cursor}}" \
-X GET \
-H "Authorization: {{SPARKPOST_API_KEY}}" \
-H "Accept: application/json"