The Frisbii Media Public API is the main server-to-server REST API. It covers customer management, checkout, access rights, subscriptions, order imports, payment methods, vouchers, app store purchases, and more.
Interactive documentation (Swagger UI) is available at:
Environment | URL |
|---|---|
Live | |
Stage |
Use the stage Swagger UI to try out endpoints during development — all calls against the stage environment use test data and test payments only.
Authentication
Every request to the Public API requires a signed JWT sent as the X-plenigo-token request header.
See Authentication & API Tokens for how to generate this token.
Base URLs
Environment | Base URL |
|---|---|
Live |
|
Stage |
|
Key endpoint groups
Group | What it covers |
|---|---|
Customers | Create, retrieve, and update customer records |
Checkout |
|
Access Rights |
|
Subscriptions | List, cancel, undo cancellation, multi-user, cross-company |
Addresses | Create and manage delivery and invoice addresses |
Payment Methods | Bank accounts, credit cards |
Vouchers | Validate and redeem voucher codes |
Sessions | Create sessions, create and validate transfer tokens |
App Stores | Apple and Google in-app purchase endpoints |
Products / Offers | Read offer and price issue data |
Order Imports | Import subscriptions from external systems |
Related
Customer API — session-authenticated API for customer-facing operations