Reapit Foundations GraphQL API

A GraphQL proxy over the Foundations Platform REST API, released publicly out of internal beta and used in production by Reapit's own Geo Diary AppMarket app. The stated objective is a schema identical to the REST platform with no extension or deviation. Visiting the endpoint in a browser loads a GraphQL Playground. Authentication is unusual and restrictive: it requires BOTH an `authorization` header carrying the Reapit Connect idToken and a `reapit-connect-token` header carrying the accessToken, which means only the authorization code flow works — client credentials machine-to-machine clients cannot use it. Metadata and Metadata Schema are absent from the schema because arbitrary JSON cannot be strongly typed. No additional charge over the REST API; consumption is billed on the downstream REST calls the proxy makes.

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/reapit-foundations-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 ↑
aid: reapit:reapit-foundations-graphql-api
name: Reapit Foundations GraphQL API
description: 'A GraphQL proxy over the Foundations Platform REST API, released publicly out of internal
  beta and used in production by Reapit''s own Geo Diary AppMarket app. The stated objective is a schema
  identical to the REST platform with no extension or deviation. Visiting the endpoint in a browser loads
  a GraphQL Playground. Authentication is unusual and restrictive: it requires BOTH an `authorization`
  header carrying the Reapit Connect idToken and a `reapit-connect-token` header carrying the accessToken,
  which means only the authorization code flow works — client credentials machine-to-machine clients cannot
  use it. Metadata and Metadata Schema are absent from the schema because arbitrary JSON cannot be strongly
  typed. No additional charge over the REST API; consumption is billed on the downstream REST calls the
  proxy makes.'
humanURL: https://foundations-documentation.reapit.cloud/api/graphql
baseURL: https://graphql.reapit.cloud/graphql
tags:
- GraphQL
- Real-Estate
- United Kingdom
- CRM
tags_raw:
- GraphQL
- Real Estate
- United Kingdom
- CRM
properties:
- type: Documentation
  url: https://foundations-documentation.reapit.cloud/api/graphql
- type: Authentication
  url: https://foundations-documentation.reapit.cloud/api/reapit-connect
- type: IssueTracker
  url: https://github.com/reapit/foundations/issues
- type: GraphQL
  url: graphql/reapit-foundations.graphql
- type: DataModel
  url: data-model/reapit-data-model.yml