Getting Started

Everything you need to know to start using Qualth

1

What is Qualth?

Qualth is a complete loyalty platform that allows you to create and manage reward programs for your customers. With Qualth you can:

  • Create custom points and rewards programs
  • Implement referral systems and gamification
  • Manage raffles, gift cards and VIP tiers
  • Integrate with existing POS and eCommerce systems
2

Get your API Key

To start using the Qualth API, you need to get an API Key:

  1. Log in to the Qualth admin panel
  2. Go to Settings > API & Integrations
  3. Generate a new API Key
  4. Save your API Key in a safe place

Important: Keep your API Key secure and never share it publicly. Each API Key has specific permissions that you can configure.

3

Make your first API call

Test the API by getting the list of programs:

curl -X GET "https://api.qualth.com/api/programs" \
  -H "X-API-Key: your_api_key_here"

If everything is configured correctly, you will receive a JSON response with your loyalty programs.