Sign in

List organizations

documented

Fetch all organizations in your account.

POST /graphqlOrganizationno 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.pipefy.com/graphql\" \
  -X POST \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{ \"query\": \"query GetOrganizations($organization_ids: [ID!]) { organizations(ids: $organization_ids) { id name } }\", \"variables\": {\"organization_ids\": [{{$organization_ids}}]}}'
List organizations · Pipefy · OpenIntegrations