RainFocus Platform API

The RainFocus RESTful integration API. Requests are dispatched against api.rainfocus.com and are keyed on an apiProfile identifier - a named API Profile configured per customer in the RainFocus Integration Suite that declares which endpoints (Attendee Store, session, registration, exhibitor and similar) are enabled and how fields are mapped. Unauthenticated requests to any /api path return the RainFocus JSON error envelope {"responseCode","responseMessage"} with HTTP 400 and "Required parameter missing: apiProfile". Credentials are OAuth (Global) client ID and client secret issued per profile. No public OpenAPI or reference site is published; documentation is delivered through the RainFocus Help Center and the customer SOW.

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/rainfocus-platform-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: rainfocus-platform-api
name: RainFocus Platform API
description: 'The RainFocus RESTful integration API. Requests are dispatched against api.rainfocus.com
  and are keyed on an apiProfile identifier - a named API Profile configured per customer in the RainFocus
  Integration Suite that declares which endpoints (Attendee Store, session, registration, exhibitor and
  similar) are enabled and how fields are mapped. Unauthenticated requests to any /api path return the
  RainFocus JSON error envelope {"responseCode","responseMessage"} with HTTP 400 and "Required parameter
  missing: apiProfile". Credentials are OAuth (Global) client ID and client secret issued per profile.
  No public OpenAPI or reference site is published; documentation is delivered through the RainFocus Help
  Center and the customer SOW.'
humanURL: https://www.rainfocus.com/why-rainfocus/integrations/
baseURL: https://api.rainfocus.com/api
tags:
- Event
- Registration
- Attendee Data
- Integration
tags_raw:
- Events
- Registration
- Attendee Data
- Integrations
properties:
- type: Authentication
  url: authentication/rainfocus-authentication.yml
- type: OAuthScopes
  url: scopes/rainfocus-scopes.yml
- type: ErrorCatalog
  url: errors/rainfocus-problem-types.yml
- type: Conventions
  url: conventions/rainfocus-conventions.yml
- type: RateLimits
  url: rate-limits/rainfocus-rate-limits.yml