Home
Providers
Revel Systems
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.
7 APIs
5 Features
5 Use Cases
On this page
Kin Score
APIs 7
Open Collections 7
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 5
Event Specs 1
Vocabularies 2
Spectral Rules 3
JSON Schema 18
JSON Structure 18
Examples 18
Security Posture 2
Agentic Access 1
Use Cases 5
Integrations 3
Resources 14
apis.yml
8 Operational Transparency
0 Create-or-Update Ergonomics
Composite quality — 22.3/100 · emerging
Agent readiness — 26/100 · agent aware
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 7
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 7
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
AsyncAPI definitions for this provider's event-driven and streaming APIs.
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Scroll for all 18
JSON Structure definitions describing this provider's data shapes.
Scroll for all 18
Example request and response payloads for these APIs.
Scroll for all 18
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
What developers build with this provider.
Pre-built integrations with other platforms and tools.
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)
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
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.