Sign in

List project maintainers

documented

Retrieve maintainers for a specific Drupal.org project.

GET /project/{project_id}/maintainers.jsonProjectsno 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.json" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-Api-Key: {{DRUPAL_API_KEY}}"
List project maintainers · drupal · OpenIntegrations