Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Getting Started

Welcome to the Wibx technical documentation! This comprehensive guide will help you integrate with our blockchain-based rewards platform and leverage our APIs to build powerful loyalty and rewards systems.

Wibx is an innovative blockchain-based rewards platform that revolutionizes how businesses implement loyalty programs. Our platform provides:

  • Transparent Rewards - Blockchain-backed transparency for all reward transactions
  • Secure Transactions - Enterprise-grade security for all platform interactions
  • Flexible Integration - RESTful APIs and comprehensive SDKs for easy integration
  • Scalable Architecture - Built to handle high-volume reward operations
  • HTTP Client - You will need a HTTP client to make requests to our APIs. Pick something that you are comfortable with for your platform.
  • RSA Engine - You will need a RSA engine to generate and validate signatures. Pick something that you are comfortable with for your platform. If you are in the native app development, we recommend using Apple/Google native crypto libraries, so you don’t need to add any extra dependencies and will facilitate APP review process.

We offer two base endpoints for our APIs:

For ANY REST call you need to send the API key in the header x-api-key.

  • Production - Contact us to request access.
  • QA Staging - xLoRUc54Gy5iEjyIrQoB57UuFhbhp21Z9CB2Frvm

For inner routes you are going to need to send the session token in the header Cookie.

Example:

Cookie: connect.sid=yourSessionTokenHere

The Wibx platform is a whitelabel platform, so you can configure it to fit your brand. If you need to launch a specific whitelabel, you need to pass the WLC (Whitelabel Code) in the header x-whitelabel-id.

Example:

x-whitelabel-id: VALID_UUID

The platform’s whitelabel roster is continuously evolving as new partners join the ecosystem, so this section is not an exhaustive registry. A few representative examples are provided below for reference. To obtain the dedicated WLC for a new or existing whitelabel, please contact the Wibx team and the appropriate code will be provisioned for the integration.

  • Wibx (Main Whitelabel): 1
  • BoraClub: ea80a150-f30e-4c6d-ad6a-1fd62605f060
  • Music Lovers: 5e5bdfed-6120-41a8-a13e-0686bc0cd217
  • Onboarding - Start reading the login part to grab your session and start using the API.
  • Read Wibx whitepaper to understand our blockchain architecture.
  • Visit Wibx.io for platform overview and business information.
  • Explore the App section to start with mobile API integration.