Venn Tenant GraphQL API

Venn's tenant-facing GraphQL API, served through an Apollo Federation gateway on AWS API Gateway. Anonymous introspection returns the full contract — 1,983 types, 320 query fields, 357 mutation fields, no subscriptions — covering the property graph (portfolio, community, building, unit, bedroom), residents and identity, leasing and contracts, billing and payments, community engagement, broadcasts and notifications, services and commerce, shared-space bookings, surveys and configuration. Reads and writes require a Cognito bearer token; an unauthenticated query returns VennUnknownError. Cursor pagination is mandatory on every list field.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/venn-tenant-graphql-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Venn Tenant GraphQL API
description: Venn's tenant-facing GraphQL API, served through an Apollo Federation gateway on AWS API
  Gateway. Anonymous introspection returns the full contract — 1,983 types, 320 query fields, 357 mutation
  fields, no subscriptions — covering the property graph (portfolio, community, building, unit, bedroom),
  residents and identity, leasing and contracts, billing and payments, community engagement, broadcasts
  and notifications, services and commerce, shared-space bookings, surveys and configuration. Reads and
  writes require a Cognito bearer token; an unauthenticated query returns VennUnknownError. Cursor pagination
  is mandatory on every list field.
humanURL: https://docs.venn.city/
baseURL: https://api.venn.city/production/graphql
tags:
- GraphQL
- Property Management
- Residents
- Leasing
- Payments
properties:
- type: GraphQL
  url: graphql/venn-tenant.graphql
- type: Authentication
  url: authentication/venn-authentication.yml
- type: OAuthScopes
  url: scopes/venn-scopes.yml
- type: Conventions
  url: conventions/venn-conventions.yml
- type: ErrorCatalog
  url: errors/venn-error-codes.yml
- type: DataModel
  url: data-model/venn-data-model.yml
- type: Conformance
  url: conformance/venn-conformance.yml
- type: RateLimits
  url: rate-limits/venn-rate-limits.yml
- type: Lifecycle
  url: lifecycle/venn-lifecycle.yml