API integration
If your business already has its own software (a school management system, a gym CRM, etc.), API integration lets that software talk to SUQO. The page covers what most non-developer sellers need: generating an API key and choosing what your software is allowed to do.
What "API mode" means
SUQO supports two integration modes. Pick the one that matches what your software should do:
| Mode | What it does | Use when |
|---|---|---|
| Reminder only | Your software sends customer + plan info to SUQO; SUQO handles reminders only. Your software keeps doing the actual billing. | You want SUQO to nudge customers but you collect payments yourself. |
| Reminder & payment | Your software pushes data to SUQO; SUQO sends reminders and collects payments through linked wallets. | You want SUQO to do the full recurring-payments job. |
Generating a key
- Open Configuration → API integration.
- Pick the API mode you need.
- Click Generate key. SUQO shows the key once on screen.
- Copy it and store it in your software's secret-management system.
SUQO never shows the full key again. If it's lost, rotate it (next section) — you can't retrieve the original.
Rotating a key
If a key is exposed or you change developers, click Rotate key. SUQO generates a new key and invalidates the old one immediately. Update your software with the new key as soon as you rotate.
What your developer needs
Hand your developer the key, the chosen mode, and a link to the SUQO API reference. The dashboard surfaces the base URL and a short summary of available endpoints.