Limio
WebsiteHelp Desk
  • Home
  • Custom Components
    • Getting Started with Custom Components
    • Connecting External CI
    • Development Guidelines
    • Prop Types
    • Custom subcomponents
    • Connecting to External Service
  • Limio SDK
    • Getting Started with Limio SDK
    • Basket (Cart), Promo Code
    • Page, Offer, and Add-On
    • User, Subscription, Invoice & Address
    • Advanced Methods
      • Express Checkout
      • Core Utilities and Helpers
  • API Docs
    • Authentication Schemes
      • OAuth Bearer Token
      • API Key (Catalog API-only)
    • Catalog API
    • Promo Codes API
    • Order API
    • Objects API
    • Shop Build & Publish API
    • External Identities API
  • Webhooks
    • Using Webhooks
    • Webhooks Overview
  • I want to...
    • Retrieve abandoned baskets
    • Enable self-service on a CPQ order
Powered by GitBook
On this page
  • OAuth Bearer Token
  • API Keys

Was this helpful?

  1. API Docs

Authentication Schemes

Limio provides two APIs to interact with the Limio app. Each of these API has a specific authentication scheme as detailed here.

PreviousCore Utilities and HelpersNextOAuth Bearer Token

Last updated 4 months ago

Was this helpful?

OAuth Bearer Token

The OAuth Bearer Token authentication method allows secure, server-to-server authentication without user involvement. It enables interaction with most of Limio's APIs, including the Order API, Subscription API, Abandoned Basket API, and External Identities API. This is typically the method you will use to get started.

API Keys

The API Key authentication method gives access to the Catalog API specifically and is read-only. You can use it to retrieve information about a Page or an Offer.

The API is designed so that end-users are not able to discover information about the Limio app data, for example searching is not allowed. This allows for the public key to be set in the HTML pages that are delivered to the end-user. This API is designed for high-volume web facing queries to the Limio app.

OAuth Bearer Token
API Key (Catalog API-only)