LiSA Social Commerce
Developers
Developers
  • Developers
  • Guides
    • Integration Guide
      • Web Integration
      • App Integration
        • Android
          • Communication
          • Storage
          • File Downloads
          • Theming
        • iOS
          • Communication
          • Storage
          • File Downloads
          • Theming
        • React Native
          • Communication
          • Storage
          • File Downloads
          • Theming
        • Picture in Picture
      • Entrypoints
        • Query Parameter (v1)
    • Player Communication
      • Message API Reference
        • App
          • App — Heartbeat
          • App — Message Acknowledge
          • App — Message Error
          • App — Listen
        • CTA
          • CTA — Link in Comments
          • CTA — Sponsor Badge
        • Cart — View Cart
        • Comments — Join
        • Media
          • Media — Complete
          • Media — Pause
          • Media — Progress
          • Media — Resume
        • Media Item
          • Media Item — Emoji
          • Media Item — Impression
        • Player
          • Player — Dismiss
          • Player — Native Picture-in-Picture (PiP)
          • Player — Pass Visual Viewport
          • Player — Request Visual Viewport
          • Player — UI Transition
        • Products
          • Products — Add to Cart
          • Products — Add to Wishlist
          • Products — Click
          • Products — Close Product List
          • Products — Emoji
          • Products — Emoji State Update
          • Products — Impression
          • Products — Open Product List
        • Stickers
          • Stickers — Activate
          • Stickers — Click
          • Stickers — Expire
          • Stickers — Impression
          • Stickers — Publish
          • Stickers — Unlock
          • Stickers — Unpublish
          • Stickers — Update
          • Stickers — Voucher Claim
        • Visitor — Pass User Context
        • Shared Legacy Message Properties
    • Products
      • Product Update Notification API
  • Widgets
    • Content Hub
    • Quick Start Guide
    • Appearance
      • Markup
      • Responsive design
    • Configuration options
      • Autoplay
      • Channel
      • Client
      • Data
      • Debug
      • Host node
      • Layout
      • Language
      • On
      • Player
      • Query string
      • Quick view
      • Sections
      • Store
      • Template
    • API reference
      • Library API reference
      • Player API reference
      • Quick View API reference
    • Customisations
      • Template
      • Bring your own template
      • Type definitions
    • Examples
    • Type definitions
      • Asset
      • Product
      • Other
    • Promo Widget
      • Quick Start Guide
      • Configuration options
        • Autoplay
        • Channel
        • Countdown (deprecated)
        • Enabled
        • Image modifier
        • Lead time
        • Live (deprecated)
        • Position
        • Replay (deprecated)
        • Show ID
        • URL
  • Media Player Introduction
    • Picture-in-Picture Mode
  • Analytics
  • REST API
    • Authentication
    • Rate limits
    • Response status and error codes
    • API Documentation
Powered by GitBook
On this page
  1. REST API

Response status and error codes

When LiSA receives a request to an API endpoint, a number of different HTTP status codes can be returned in the response depending on the original request.

Status Code
Explanation

200 OK

The request was successfully processed by LiSA.

201 Created

The request has been fulfilled and a new resource has been created.

202 Accepted

The request has been accepted, but not yet processed.

400 Bad Request

The request wasn't understood by the server, generally due to bad syntax or because the

Content-Type header wasn't correctly set to application/json.

401 Unauthorized

The necessary Authentication are not present in the request or are incorrect.

403 Forbidden

The server is refusing to respond to the request.

This status is generally returned if you haven't requested the appropriate scope for this action.

404 Not Found

The requested resource was not found but could be available again in the future.

422 Unprocessable Entity

The request body was well-formed but contains semantic errors.

A 422 error code can be returned from a variety of scenarios including, but not limited to:

Incorrectly formatted input Creating resources with omitted required fields

The response body provides details in the error parameters.

429 Too Many Requests

The request was not accepted because the application has exceeded the rate limit. Learn more about LiSA Rate limits

500 Internal Server Error

An internal error occurred.

503 Service Unavailable

The server is currently unavailable.

504 Gateway Timeout

The request could not complete in time.

PreviousRate limits

Last updated 3 months ago