Sign in

Get organization

documented

Retrieve a single organization by ID (v2).

GET /api/v2/organizations/{id}Organizationsno 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.pipedrive.com/api/v2/organizations/{{$id}}?include_fields={{include_fields}}" \
  -X GET \
  -H "X-API-TOKEN: {{PIPEDRIVE_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  # Sources: Pipedrive API docs confirm GET /api/v2/organizations/{id}, base URL https://api.pipedrive.com/api/v2, and X-API-TOKEN header authentication
Get organization · Pipedrive · OpenIntegrations