Get Started with REST APIs

Start building by implementing our Backend REST API and Pricing API. The following diagram shows the simplified architecture of the Cleverbridge platform.

flowchart LR

    A[Modules ]:::mainColor <--> B[Cleverbridge REST API]:::mainColor 
    B <--> C[Client Server ]:::mainColor
    C <--> D[Storefront UI]:::mainColor
    C <--> E[Reseller Portal]:::mainColor
classDef mainColor fill:#96C34B,color:#ffffff,stroke:#0F967D,stroke-width:2px

BACKEND REST API

Some common scenarios for implementing Backend REST API:

Subscriptions

URL Generator

Cart

Purchase


Troubleshooting

For common errors, refer to the Troubleshoot Backend REST APIs.