Sign in

List API keys (duplicate path)

documented

Return API keys for a specific company.

GET /rest/v2/agency/companies/{company_id}/api_keysAgencyno 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}}/api_keys" \
  -X GET \
  -H "X-Api-Key: {{WOODPECKER_API_KEY}}" \
  -H "X-Company-Id: {{$company_id}}" \
  -H "Accept: application/json"
List API keys (duplicate path) · Woodpecker · OpenIntegrations