Sign in

List email accounts (duplicate path)

documented

List email accounts for a company.

GET /rest/v2/agency/companies/{company_id}/email_accountsAgencyno implementation yet0 runs
No 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"
List email accounts (duplicate path) · Woodpecker · OpenIntegrations