Docs & API

Build rewards into anything.

A clean REST API, pre-built connectors and webhooks mean your product or recognition platform can issue a reward with a single call. Everything you need to integrate GIFXi, in one place.

REST API reference

Issue rewards, manage budgets and read redemptions with predictable, resource-oriented endpoints and clear errors.

Webhooks & events

Subscribe to recognitions, approvals and redemptions in real time and react the instant they happen.

SSO & SCIM

Provision people and entitlements automatically from your identity provider with SAML and SCIM 2.0.

SDKs & libraries

Drop-in SDKs and code samples so your team can ship a working integration in an afternoon.

Sandbox environment

Test end-to-end with a full sandbox — issue test rewards, fire webhooks and inspect payloads safely.

Rate limits & SLAs

Generous limits, transparent quotas and enterprise SLAs that scale with your reward volume.

Quick start

Issue a reward in one call.

Authenticate with a secure key, point us at an employee and a trigger, and GIFXi handles funding, fulfilment and delivery — in under five minutes.

  • Idempotent & reliable
    Safe retries and clear status codes for every request.
  • Multi-currency by default
    Reward in INR, USD or AED with one parameter.
POST /v2/rewards/issue
1 await gifxi.rewards.issue({
2 employee_id: "emp_8c12",
3 trigger: "work_anniversary",
4 points: 2000,
5 currency: "inr",
6 catalog: "global"
7 })
8 // → reward delivered in < 5 min ✓

Need a hand integrating?

Our integrations team will pair with yours to get GIFXi live against your stack.