Host to Host

Before starting the integration, ensure that you have obtained an Access Token through our API Access Token / Authentication endpoint. We recommend refreshing the token one hour before it expires to maintain a smooth integration. Avoid generating a new Access Token for every request, as this is not advised.

Before starting the integration make sure you have received these parameters

oauth-url tenant-api-url api-url client_id client_secret username password

Authorization

For this integration, note that:

  • Some APIs do not require credentials, while others will need the Bearer Token Authorization for secure access.

  • APIs without authorization typically provide read-only access to public data, such as Event and Promotion information, which are designed to be publicly accessible without credentials.

You will need to use the Bearer Token Authorization for APIs that involve more sensitive data or write operations. Be sure to handle tokens securely and refresh them as needed to maintain uninterrupted access.

Last updated