Revel Systems website screenshot

Revel Systems

Revel Systems is a cloud iPad-based POS for restaurants and retailers. The Revel Open API exposes products, orders, customers, employees, inventory, schedules, and reporting via a REST interface for partner integrations. The API follows Django Tastypie conventions (objects/meta list envelope, field-lookup filtering) and is complemented by an HMAC-signed webhook channel.

Revel Systems publishes 6 APIs on the APIs.io network, including Revel Webhooks, Customers API, Establishments API, and 3 more. Tagged areas include Point-of-Sale, Restaurant, Retail, and iPad.

The Revel Systems catalog on APIs.io includes 1 event-driven AsyncAPI specification, 2 JSON-LD contexts, and 3 Spectral governance rulesets.

Revel Systems’ developer surface includes authentication, FAQ, engineering blog, and 11 more developer resources.

22.3/100 emerging ▬ flat Agent 26/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
7 APIs 5 Features 5 Use Cases
Point-of-SaleRestaurantRetailiPad

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/revel-systems: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Revel Webhooks

Event-driven webhook channel that delivers POS events (order finalized, customer created/updated, stock changes, menu updates, timesheet changes, integration changes, reward car...

Revel Systems Customers API

Customer records and addresses.

Revel Systems Establishments API

Establishment (location) resources.

Revel Systems Orders API

Order and order-item resources.

Revel Systems Products API

Product catalog and modifier resources.

Revel Systems Scheduling API

Labor scheduling and timesheet resources.

Revel Systems API

REST API for the Revel Systems iPad POS platform, covering orders, payments, products, inventory, customers, employees, scheduling, cash management, discounts, tax, tables, purc...

Scroll for all 7

Open Collections 7

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Revel Open API

OPEN COLLECTION

Revel Open Customers API

OPEN COLLECTION

Scroll for all 7

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Revel Systems Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 5

Notable capabilities this provider offers.

Tastypie REST Conventions

List endpoints return an objects array with a meta pagination envelope (total_count, limit, offset, next, previous).

Field-Lookup Filtering

Filter resources with Django-style lookups (e.g. id__lt, created_date__range, name__icontains).

Field Selection and Expansion

Use the fields parameter to limit returned attributes and expand to inline one level of foreign-key relationships.

Batch Retrieval

Retrieve multiple records by ID in a single call using the set/id1;id2;id3 path form.

Signed Webhooks

Real-time event delivery secured with HMAC-SHA1 signatures and per-event-type endpoint registration.

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Revel Webhooks

Revel Systems delivers event notifications to partner-registered HTTPS endpoints via webhooks. Each event type is delivered by HTTP POST with a JSON body. Requests carry an HMAC...

ASYNCAPI

Semantic Vocabularies 2

JSON-LD contexts and semantic vocabularies used across these APIs.

Revel Open Api Context

10 classes · 50 properties

JSON-LD

Revel Webhooks Context

8 classes · 12 properties

JSON-LD

Spectral Rules 3

Spectral governance rulesets for linting and validating these APIs.

Revel Systems API Rules

5 rules · 5 warnings

SPECTRAL

Revel Systems API Rules

5 rules · 4 warnings 1 info

SPECTRAL

Revel Systems API Rules

34 rules · 8 errors 18 warnings 8 info

SPECTRAL

JSON Schema 18

Standalone JSON Schema definitions for this provider's data models.

CustomerList

2 properties

JSON SCHEMA

Customer

13 properties

JSON SCHEMA

EstablishmentList

2 properties

JSON SCHEMA

Establishment

7 properties

JSON SCHEMA

OrderList

2 properties

JSON SCHEMA

Order

22 properties

JSON SCHEMA

ProductList

2 properties

JSON SCHEMA

Product

19 properties

JSON SCHEMA

TimeScheduleList

2 properties

JSON SCHEMA

TimeSchedule

10 properties

JSON SCHEMA

CustomerEventPayload

4 properties

JSON SCHEMA

IntegrationChangedPayload

1 properties

JSON SCHEMA

MenuUpdatedPayload

1 properties

JSON SCHEMA

OrderFinalizedPayload

2 properties

JSON SCHEMA

PingPayload

1 properties

JSON SCHEMA

RewardCardEventPayload

2 properties

JSON SCHEMA

StockStatusPayload

4 properties

JSON SCHEMA

TimesheetEventPayload

4 properties

JSON SCHEMA

Scroll for all 18

JSON Structure 18

JSON Structure definitions describing this provider's data shapes.

Revel Open Api Customer List Structure

2 properties

JSON STRUCTURE

Revel Open Api Customer Structure

13 properties

JSON STRUCTURE

Revel Open Api Establishment Structure

7 properties

JSON STRUCTURE

Revel Open Api Order List Structure

2 properties

JSON STRUCTURE

Revel Open Api Order Structure

22 properties

JSON STRUCTURE

Revel Open Api Product List Structure

2 properties

JSON STRUCTURE

Revel Open Api Product Structure

19 properties

JSON STRUCTURE

Revel Open Api Time Schedule Structure

10 properties

JSON STRUCTURE

Revel Webhooks Ping Payload Structure

1 properties

JSON STRUCTURE

Scroll for all 18

Examples 18

Example request and response payloads for these APIs.

Scroll for all 18

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Revel Systems Authentication

apiKey · 1 scheme

SECURITY

Revel Systems Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Revel Systems Agentic Access

13 operations · 5 acting

13 operations · 5 acting

AGENTIC

Use Cases 5

What developers build with this provider.

Order Synchronization

Sync finalized orders into accounting, ERP, or analytics systems via the Order resource and order.finalized webhook.

Catalog Management

Create and maintain products, modifiers, and combo sets across establishments.

Customer and Loyalty

Sync customer profiles and loyalty/reward data with marketing and CRM platforms.

Labor and Scheduling

Read and write employee shifts and timesheets via TimeSchedule, TimeScheduleRule, and TimeSheetEntry.

Inventory Monitoring

React to stock-status changes in real time via the inout.stock webhook.

Integrations 3

Pre-built integrations with other platforms and tools.

Accounting and ERP

Push order and sales data into accounting and ERP systems.

Payments

Establishment-level payment configuration including ACH for US establishments.

Marketing and CRM

Sync customer and loyalty data with marketing platforms.

Resources

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: revel-systems
url: https://raw.githubusercontent.com/api-evangelist/revel-systems/refs/heads/main/apis.yml
name: Revel Systems
kind: company
description: Revel Systems is a cloud iPad-based POS for restaurants and retailers. The Revel Open API exposes products, orders,
  customers, employees, inventory, schedules, and reporting via a REST interface for partner integrations. The API follows
  Django Tastypie conventions (objects/meta list envelope, field-lookup filtering) and is complemented by an HMAC-signed webhook
  channel.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/revel-systems.png
tags:
- Point-of-Sale
- Restaurant
- Retail
- iPad
tags_raw:
- POS
- Restaurant
- Retail
- iPad
created: '2026-05-08'
modified: '2026-06-03'
specificationVersion: '0.23'
apis:
- aid: revel:webhooks
  name: Revel Webhooks
  description: Event-driven webhook channel that delivers POS events (order finalized, customer created/updated, stock changes,
    menu updates, timesheet changes, integration changes, reward cards, and ping) to partner HTTPS endpoints via POST. Payloads
    are signed with an HMAC-SHA1 X-Revel-Signature header.
  humanURL: https://developer.revelsystems.com/revelsystems/docs/webhooks
  tags:
  - Webhook
  - Event
  - Point-of-Sale
  tags_raw:
  - Webhooks
  - Events
  - POS
  properties:
  - type: Documentation
    url: https://developer.revelsystems.com/revelsystems/docs/webhooks
  - type: AsyncAPI
    url: asyncapi/revel-webhooks-asyncapi.yml
  - type: JSONSchema
    url: json-schema/revel-webhooks-order-finalized-payload-schema.json
    title: Order Finalized Payload
  - type: JSONSchema
    url: json-schema/revel-webhooks-customer-event-payload-schema.json
    title: Customer Event Payload
  - type: JSONSchema
    url: json-schema/revel-webhooks-stock-status-payload-schema.json
    title: Stock Status Payload
  - type: JSONLD
    url: json-ld/revel-webhooks-context.jsonld
  - type: Examples
    url: examples/revel-webhooks-order-finalized-payload-example.json
    title: Order Finalized Example
- aid: revel-systems:revel-systems-customers-api
  name: Revel Systems Customers API
  description: Customer records and addresses.
  humanURL: https://developer.revelsystems.com/revelsystems/reference/welcome
  baseURL: https://yoursubdomain.revelup.com/resources
  tags:
  - Customers
  properties:
  - type: OpenAPI
    url: openapi/revel-systems-customers-api-openapi.yml
  - type: Documentation
    url: https://developer.revelsystems.com/revelsystems/reference/welcome
  - type: APIReference
    url: https://developer.revelsystems.com/revelsystems/reference
  - type: GettingStarted
    url: https://developer.revelsystems.com/revelsystems/docs/how-to-make-an-api-call
  - type: Authentication
    url: https://developer.revelsystems.com/revelsystems/docs/how-to-make-an-api-call
  - type: ChangeLog
    url: https://developer.revelsystems.com/revelsystems/changelog/welcome-to-revelsystems
  - type: JSONSchema
    url: json-schema/revel-open-api-order-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-product-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-customer-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-establishment-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-time-schedule-schema.json
  - type: JSONStructure
    url: json-structure/revel-open-api-order-structure.json
  - type: JSONStructure
    url: json-structure/revel-open-api-product-structure.json
  - type: JSONStructure
    url: json-structure/revel-open-api-customer-structure.json
  - type: JSONLD
    url: json-ld/revel-open-api-context.jsonld
  - type: Examples
    url: examples/revel-open-api-order-example.json
  - type: Examples
    url: examples/revel-open-api-product-example.json
  - type: Examples
    url: examples/revel-open-api-customer-example.json
  - type: Plans
    url: plans/revel-systems-plans-pricing.yml
  - type: RateLimits
    url: rate-limits/revel-systems-rate-limits.yml
  - type: FinOps
    url: finops/revel-systems-finops.yml
- aid: revel-systems:revel-systems-establishments-api
  name: Revel Systems Establishments API
  description: Establishment (location) resources.
  humanURL: https://developer.revelsystems.com/revelsystems/reference/welcome
  baseURL: https://yoursubdomain.revelup.com/resources
  tags:
  - Establishments
  properties:
  - type: OpenAPI
    url: openapi/revel-systems-establishments-api-openapi.yml
  - type: Documentation
    url: https://developer.revelsystems.com/revelsystems/reference/welcome
  - type: APIReference
    url: https://developer.revelsystems.com/revelsystems/reference
  - type: GettingStarted
    url: https://developer.revelsystems.com/revelsystems/docs/how-to-make-an-api-call
  - type: Authentication
    url: https://developer.revelsystems.com/revelsystems/docs/how-to-make-an-api-call
  - type: ChangeLog
    url: https://developer.revelsystems.com/revelsystems/changelog/welcome-to-revelsystems
  - type: JSONSchema
    url: json-schema/revel-open-api-order-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-product-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-customer-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-establishment-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-time-schedule-schema.json
  - type: JSONStructure
    url: json-structure/revel-open-api-order-structure.json
  - type: JSONStructure
    url: json-structure/revel-open-api-product-structure.json
  - type: JSONStructure
    url: json-structure/revel-open-api-customer-structure.json
  - type: JSONLD
    url: json-ld/revel-open-api-context.jsonld
  - type: Examples
    url: examples/revel-open-api-order-example.json
  - type: Examples
    url: examples/revel-open-api-product-example.json
  - type: Examples
    url: examples/revel-open-api-customer-example.json
  - type: Plans
    url: plans/revel-systems-plans-pricing.yml
  - type: RateLimits
    url: rate-limits/revel-systems-rate-limits.yml
  - type: FinOps
    url: finops/revel-systems-finops.yml
- aid: revel-systems:revel-systems-orders-api
  name: Revel Systems Orders API
  description: Order and order-item resources.
  humanURL: https://developer.revelsystems.com/revelsystems/reference/welcome
  baseURL: https://yoursubdomain.revelup.com/resources
  tags:
  - Order
  tags_raw:
  - Orders
  properties:
  - type: OpenAPI
    url: openapi/revel-systems-orders-api-openapi.yml
  - type: Documentation
    url: https://developer.revelsystems.com/revelsystems/reference/welcome
  - type: APIReference
    url: https://developer.revelsystems.com/revelsystems/reference
  - type: GettingStarted
    url: https://developer.revelsystems.com/revelsystems/docs/how-to-make-an-api-call
  - type: Authentication
    url: https://developer.revelsystems.com/revelsystems/docs/how-to-make-an-api-call
  - type: ChangeLog
    url: https://developer.revelsystems.com/revelsystems/changelog/welcome-to-revelsystems
  - type: JSONSchema
    url: json-schema/revel-open-api-order-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-product-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-customer-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-establishment-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-time-schedule-schema.json
  - type: JSONStructure
    url: json-structure/revel-open-api-order-structure.json
  - type: JSONStructure
    url: json-structure/revel-open-api-product-structure.json
  - type: JSONStructure
    url: json-structure/revel-open-api-customer-structure.json
  - type: JSONLD
    url: json-ld/revel-open-api-context.jsonld
  - type: Examples
    url: examples/revel-open-api-order-example.json
  - type: Examples
    url: examples/revel-open-api-product-example.json
  - type: Examples
    url: examples/revel-open-api-customer-example.json
  - type: Plans
    url: plans/revel-systems-plans-pricing.yml
  - type: RateLimits
    url: rate-limits/revel-systems-rate-limits.yml
  - type: FinOps
    url: finops/revel-systems-finops.yml
- aid: revel-systems:revel-systems-products-api
  name: Revel Systems Products API
  description: Product catalog and modifier resources.
  humanURL: https://developer.revelsystems.com/revelsystems/reference/welcome
  baseURL: https://yoursubdomain.revelup.com/resources
  tags:
  - Product
  tags_raw:
  - Products
  properties:
  - type: OpenAPI
    url: openapi/revel-systems-products-api-openapi.yml
  - type: Documentation
    url: https://developer.revelsystems.com/revelsystems/reference/welcome
  - type: APIReference
    url: https://developer.revelsystems.com/revelsystems/reference
  - type: GettingStarted
    url: https://developer.revelsystems.com/revelsystems/docs/how-to-make-an-api-call
  - type: Authentication
    url: https://developer.revelsystems.com/revelsystems/docs/how-to-make-an-api-call
  - type: ChangeLog
    url: https://developer.revelsystems.com/revelsystems/changelog/welcome-to-revelsystems
  - type: JSONSchema
    url: json-schema/revel-open-api-order-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-product-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-customer-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-establishment-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-time-schedule-schema.json
  - type: JSONStructure
    url: json-structure/revel-open-api-order-structure.json
  - type: JSONStructure
    url: json-structure/revel-open-api-product-structure.json
  - type: JSONStructure
    url: json-structure/revel-open-api-customer-structure.json
  - type: JSONLD
    url: json-ld/revel-open-api-context.jsonld
  - type: Examples
    url: examples/revel-open-api-order-example.json
  - type: Examples
    url: examples/revel-open-api-product-example.json
  - type: Examples
    url: examples/revel-open-api-customer-example.json
  - type: Plans
    url: plans/revel-systems-plans-pricing.yml
  - type: RateLimits
    url: rate-limits/revel-systems-rate-limits.yml
  - type: FinOps
    url: finops/revel-systems-finops.yml
- aid: revel-systems:revel-systems-scheduling-api
  name: Revel Systems Scheduling API
  description: Labor scheduling and timesheet resources.
  humanURL: https://developer.revelsystems.com/revelsystems/reference/welcome
  baseURL: https://yoursubdomain.revelup.com/resources
  tags:
  - Scheduling
  properties:
  - type: OpenAPI
    url: openapi/revel-systems-scheduling-api-openapi.yml
  - type: Documentation
    url: https://developer.revelsystems.com/revelsystems/reference/welcome
  - type: APIReference
    url: https://developer.revelsystems.com/revelsystems/reference
  - type: GettingStarted
    url: https://developer.revelsystems.com/revelsystems/docs/how-to-make-an-api-call
  - type: Authentication
    url: https://developer.revelsystems.com/revelsystems/docs/how-to-make-an-api-call
  - type: ChangeLog
    url: https://developer.revelsystems.com/revelsystems/changelog/welcome-to-revelsystems
  - type: JSONSchema
    url: json-schema/revel-open-api-order-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-product-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-customer-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-establishment-schema.json
  - type: JSONSchema
    url: json-schema/revel-open-api-time-schedule-schema.json
  - type: JSONStructure
    url: json-structure/revel-open-api-order-structure.json
  - type: JSONStructure
    url: json-structure/revel-open-api-product-structure.json
  - type: JSONStructure
    url: json-structure/revel-open-api-customer-structure.json
  - type: JSONLD
    url: json-ld/revel-open-api-context.jsonld
  - type: Examples
    url: examples/revel-open-api-order-example.json
  - type: Examples
    url: examples/revel-open-api-product-example.json
  - type: Examples
    url: examples/revel-open-api-customer-example.json
  - type: Plans
    url: plans/revel-systems-plans-pricing.yml
  - type: RateLimits
    url: rate-limits/revel-systems-rate-limits.yml
  - type: FinOps
    url: finops/revel-systems-finops.yml
- aid: revel-systems:revel-api
  name: Revel Systems API
  description: REST API for the Revel Systems iPad POS platform, covering orders, payments, products, inventory, customers,
    employees, scheduling, cash management, discounts, tax, tables, purchase orders, house accounts, and web orders. Approximately
    140 public endpoints return JSON responses and support GET, POST, PUT, PATCH, and DELETE methods.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  baseURL: https://[yoursubdomain].revelup.com/resources/
  humanURL: https://developer.revelsystems.com/
  overlays: []
  contact:
  - FN: Revel Systems Developer Support
    url: https://support.revelsystems.com/
  tags:
  - Point-of-Sale
  - Order
  - Payments
  - Inventory
  - Loyalty
  - Restaurant
  - Retail
  tags_raw:
  - POS
  - Orders
  - Payments
  - Inventory
  - Loyalty
  - Restaurant
  - Retail
  properties:
  - type: Documentation
    url: https://developer.revelsystems.com/revelsystems/docs/rest-api
  - type: Authentication
    url: https://developer.revelsystems.com/revelsystems/docs/api-platform-authentication
common:
- type: AgenticAccess
  url: agentic-access/revel-systems-agentic-access.yml
- type: DomainSecurity
  url: security/revel-systems-domain-security.yml
- type: Authentication
  url: authentication/revel-systems-authentication.yml
- type: GitHubOrganization
  url: https://github.com/RevelSystems
- type: LinkedIn
  url: https://www.linkedin.com/company/revel-systems
- type: Website
  url: https://revelsystems.com/
- type: Developer
  url: https://developer.revelsystems.com/
- type: FAQ
  url: https://developer.revelsystems.com/revelsystems/docs/frequently-asked-questions
- type: SpectralRules
  url: rules/revel-systems-rules.yml
- type: Vocabulary
  url: vocabulary/revel-systems-vocabulary.yml
- type: Plans
  url: plans/revel-systems-plans-pricing.yml
- type: RateLimits
  url: rate-limits/revel-systems-rate-limits.yml
- type: FinOps
  url: finops/revel-systems-finops.yml
- type: Features
  data:
  - name: Tastypie REST Conventions
    description: List endpoints return an objects array with a meta pagination envelope (total_count, limit, offset, next,
      previous).
  - name: Field-Lookup Filtering
    description: Filter resources with Django-style lookups (e.g. id__lt, created_date__range, name__icontains).
  - name: Field Selection and Expansion
    description: Use the fields parameter to limit returned attributes and expand to inline one level of foreign-key relationships.
  - name: Batch Retrieval
    description: Retrieve multiple records by ID in a single call using the set/id1;id2;id3 path form.
  - name: Signed Webhooks
    description: Real-time event delivery secured with HMAC-SHA1 signatures and per-event-type endpoint registration.
- type: UseCases
  data:
  - name: Order Synchronization
    description: Sync finalized orders into accounting, ERP, or analytics systems via the Order resource and order.finalized
      webhook.
  - name: Catalog Management
    description: Create and maintain products, modifiers, and combo sets across establishments.
  - name: Customer and Loyalty
    description: Sync customer profiles and loyalty/reward data with marketing and CRM platforms.
  - name: Labor and Scheduling
    description: Read and write employee shifts and timesheets via TimeSchedule, TimeScheduleRule, and TimeSheetEntry.
  - name: Inventory Monitoring
    description: React to stock-status changes in real time via the inout.stock webhook.
- type: Integrations
  data:
  - name: Accounting and ERP
    description: Push order and sales data into accounting and ERP systems.
  - name: Payments
    description: Establishment-level payment configuration including ACH for US establishments.
  - name: Marketing and CRM
    description: Sync customer and loyalty data with marketing platforms.
- type: Blog
  url: https://revelsystems.com/blog/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/revel-systems"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/revel-systems/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/revel-systems/evidence"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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