Overview

API Integration involves using RESTful APIsarrow-up-right to establish direct communication between your systems and Open Loyalty. Our APIarrow-up-right use standard HTTP methods (GET, POST, PUT, DELETE) and JSON data format for request and response payloads.

To ensure secure communication, you need to authenticate requests using mechanisms such as API keys or OAuth 2.0 tokens.

  • API Keysarrow-up-right: Unique identifiers that authenticate requests on behalf of a specific user or application. They should be kept secure and never exposed in a client-side code.

  • OAuth 2.0arrow-up-right: An industry-standard protocol for authorization, enabling third-party applications to obtain limited access to a user's resources without exposing their credentials. OAuth 2.0 uses access tokens and refresh tokens for secure and controlled access to resources.

Learn more about:

Admin Tokenchevron-rightAccess Token (API Key)chevron-rightEnabling SSO Login via Auth0chevron-right

Last updated

Was this helpful?