Skip to main content
Version: 1.0

Loyalty Engage API

The Loyalty Engage API is an API that allows you to interact with the Loyalty Engage platform.

OpenAPI specification: public.api.v1.openapi.json

API rate limit: 200 requests per minute. The limit resets every minute after reaching the limit. The Retry-After response header will be added with the seconds remaining until the limit resets.

Authentication

Authentication uses the basic HTTP authentication scheme. Add a HTTP request header to your API call with the key Authorization and the value Basic <base64 encoded identifier:token>.

Authentication limit: Too many authentication failures will result in a cooldown of 5 minutes.

Security Scheme Type:

http

HTTP Authorization Scheme:

basic