Loading...
Everything you need to integrate RePointX into your application, manage loyalty programs, and maximize point value
Get up and running with RePointX in under 5 minutes. Install our SDK, authenticate, and make your first API call.
// Initialize RePointX SDK
import { RePointX } from '@repointx/sdk';
const client = new RePointX({
apiKey: 'your-api-key',
environment: 'production'
});
// Get current valuation
const valuation = await client.valuations.get('chase-ur');
console.log(`Current value: $${valuation.rpp}`);
// Execute exchange
const exchange = await client.exchanges.create({
from: 'chase-ur',
to: 'hyatt',
amount: 50000
});Quick start guides and tutorials
Official SDKs and code examples
In-depth guides and best practices
Enterprise platform documentation