Developer

GitHub Org

Fetch a GitHub organization.

Input

FieldTypeRequired
orgstringrequired

Run it

curl -X POST "https://api.buildwithapi.io/v1/actors/github-org/run-sync-get-dataset-items" \
  -H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
  -d '{"org": "github"}'

Response

{
  "actor": "github-org",
  "status": "SUCCEEDED",
  "stats": { "items": 1 },
  "items": [ ... ],
  "brand": "Vector by Phoenix"
}
Try it live → ← All actors Actor docs