This is not our API. This repository is an independent, third-party profile of a company's publicly available API surface, maintained by API Evangelist. API Evangelist does not operate, host, resell, or support this company's APIs, and is not affiliated with or endorsed by the company unless stated on the profile.
Where the information came from. Everything here is assembled from material a member of the public can reach with a browser and no credentials — the company's own website, developer portal and documentation, the specifications it publishes for public use (OpenAPI, AsyncAPI, JSON Schema,
apis.json,llms.txtand similar), its public repositories, and its public status, pricing and changelog pages. Nothing here is obtained by breaching a system, defeating an access control, or using credentials of any kind.The rating is an independent assessment. The Kin Score and Agent Readiness rating are independently calculated scores of a company's public API artifacts, produced by API Evangelist against a published rubric. They are not certifications, endorsements, security assessments, or audits, and they score published artifacts — not the quality, safety, or security of the software.
Corrections, re-scores, and removal are free. No partnership, contract, or purchase is required, and you do not need to justify the request.
- Something wrong? Open an issue on this repository, or email info@apievangelist.com.
- Published something new? Ask for a re-score and we will re-run the rating.
- Want the listing taken down? Say so and we will honor it. The profile is reduced to your company name, a factual description, and a link to your own site, and the company is recorded as unrated — never scored zero for having asked.
Response times. Acknowledgement within one business day; removal or restriction within two business days; corrections and re-scores within five business days.
On a security or compliance team? Email info@apievangelist.com with security in the subject line and you will get a person, not a form. We will tell you exactly which public URLs this profile was built from so your team can see the same surface we did, and we will take the listing down on request while you work through it.
Full detail: Where this data comes from
RecVue is an enterprise revenue management platform - RevOS, the Revenue Operating System - that unifies complex billing, revenue recognition, order-to-cash, usage-based monetization, and partner settlements for the office of the CFO. It automates recurring, usage, milestone, and hybrid billing models and recognizes revenue in compliance with ASC 606 and IFRS 15, with performance-obligation tracking, allocation, deferral, and audit trails.
RecVue is API-first and publishes a documented, RESTful developer API at developer.recvue.com: JSON responses, OAuth2 client-credentials authentication (token at /api/scim/oauth/token), a Bulk API for large data sets, official Node/Ruby/JavaScript/Python client libraries, and an llms.txt index for AI agents. Production base URL is https://api.recvue.com/api/v2.0; a sandbox is available at https://sandbox-api.recvue.com/api/v2.0.
Access model: the API reference is public, but RecVue is an enterprise product. Production and sandbox tenants, API credentials, and RevOS modules are provisioned through a direct sales process - there is no public self-service signup or pricing. RecVue is a Palo Alto company (founded 2016) serving large enterprises in telecom, transportation and logistics, technology, AI infrastructure, and business services.
APIs.json: https://raw.githubusercontent.com/api-evangelist/recvue/refs/heads/main/apis.yml
- Revenue Recognition
- ASC 606
- Billing
- Order-to-Cash
- Revenue Management
- Usage-Based Billing
- Partner Settlements
- IFRS 15
- Subscription Billing
- Enterprise
- Created: 2026-07-11
- Modified: 2026-07-11
The logical APIs below are grouped from RecVue's public reference (120+ documented operations) around the highest-value revenue use cases. All share base URL https://api.recvue.com/api/v2.0 and OAuth2 client-credentials auth. See openapi/recvue-openapi.yml for the modeled surface; base URLs, auth, and the GET /orders and token endpoints are confirmed verbatim, while other paths/payloads are honestly modeled from the documented operations.
Configure and track ASC 606 / IFRS 15 revenue recognition - revenue-contract amendment setup (performance-obligation and compliance controls) and amendment audit history. Revenue schedules, allocation, and deferral run via the concurrent-program engine.
- Human URL: https://developer.recvue.com/reference/getrevcontractamendsetup
- Base URL:
https://api.recvue.com/api/v2.0 - Tags: Revenue Recognition, ASC 606, IFRS 15, Revenue Contracts
Generate and manage invoices through bill runs (CREATED to PROCESSING to COMPLETED), retrieve invoice and billing-line detail, export bill-run artifacts (PDF/XML/CSV/tax), and approve or reject invoices. Supports subscription, usage, one-time, milestone, tiered, and hybrid billing.
- Human URL: https://developer.recvue.com/reference/getbillrun
- Base URL:
https://api.recvue.com/api/v2.0 - Tags: Billing, Bill Runs, Invoicing
Retrieve, create, update, and delete billing schedules - the dated, quantity-bearing records that drive one-time, milestone, and contingent billing.
- Human URL: https://developer.recvue.com/reference/getbillingschedule
- Base URL:
https://api.recvue.com/api/v2.0 - Tags: Billing Schedules, Milestone Billing, Deferred Billing
The order-to-cash core - create, read, update, delete, upsert-by-external-reference, activate, terminate, and amend orders and order lines, and manage order types (which define billing and revenue rules).
- Human URL: https://developer.recvue.com/reference/getorder
- Base URL:
https://api.recvue.com/api/v2.0 - Tags: Orders, Order-to-Cash, Contracts, Amendments
Ingest and manage consumption data for usage-based billing - load usage records into batches routed to the Usage Hub, query/update/delete batch details, and manage usage/delivery (ORDER_DELIVERIES) records that feed billing and revenue.
- Human URL: https://developer.recvue.com/reference/createbatchdetails
- Base URL:
https://api.recvue.com/api/v2.0 - Tags: Usage-Based Billing, Usage Ingestion, Deliveries, Metering
Manage price lists (standard, customer, revenue, hierarchical), tier-pricing configurations (volume, quantity, usage, multi-dimensional), attribute-based pricing rules, and pricing formulas.
- Human URL: https://developer.recvue.com/reference/getpricelists
- Base URL:
https://api.recvue.com/api/v2.0 - Tags: Pricing, Price Lists, Tiered Pricing, Pricing Rules
Create, read, and update customer accounts, sites (BILL_TO, SHIP_TO, SELL_TO), and contacts, with partner and payment-term validation. Includes supplier/vendor records for partner settlement.
- Human URL: https://developer.recvue.com/reference/getcustaccountsusingget
- Base URL:
https://api.recvue.com/api/v2.0 - Tags: Customers, Accounts, Sites, Contacts
Create or update invoices for manual AR integration, search invoices for adjustments, run standard/manual adjustment processes, manage transaction types (INV, CM, DM), and update payment and billing lines with AR transaction IDs and GL dates.
- Human URL: https://developer.recvue.com/reference/createinvoice
- Base URL:
https://api.recvue.com/api/v2.0 - Tags: Invoices, Adjustments, AR Integration, Credit Memos
OAuth2, client_credentials grant. Request an access token from https://api.recvue.com/api/v2.0/api/scim/oauth/token using a Basic auth header (client_id:client_secret) or client_id/client_secret form params, then send the token as an Authorization: Bearer header. See authentication/recvue-authentication.yml.
Does RecVue expose a documented public WebSocket API? No. RecVue's API is request/response REST (JSON) over HTTPS, plus a Bulk API and asynchronous concurrent programs; job completion is surfaced by status polling or an HTTP callback webhook. No WebSocket/SSE transport is documented. See review.yml.
FN: Kin Lane Email: kin@apievangelist.com