List email accounts for a company
documentedList email accounts linked to a client company.
GET /rest/v2/agency/companies/{company_id}/email_accountsAgencyno 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)
npx -y keychains@latest curl "https://api.woodpecker.co/rest/v2/agency/companies/{{$company_id}}/email_accounts" \\\n -X GET \\\n -H "x-api-key: {{WOODPECKER_API_KEY}}" \\\n -H "Accept: application/json"