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:#ffffff,color:#96C34B,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 Troubleshoot Backend REST APIs.