Sign in

List project maintainers (XML)

documented

Retrieve maintainers for a specific Drupal.org project in XML.

GET /project/{project_id}/maintainers.xmlProjectsno 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://www.drupal.org/project/{{$project_id}}/maintainers.xml" \
  -X GET \
  -H "Accept: application/xml" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-Drupal-Api-Key: {{DRUPAL_API_KEY}}"
List project maintainers (XML) · drupal · OpenIntegrations