List API keys for a company
documentedReturn API keys for a specific company.
GET /rest/v2/agency/companies/{company_id}/api_keysAgencyno 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}}/api_keys" \
-X GET \
-H "X-Api-Key: {{WOODPECKER_API_KEY}}" \
-H "X-Company-Id: {{$company_id}}" \
-H "Accept: application/json"