Powerful REST API for seamless integration with your platform
Modern REST API with JSON responses, comprehensive endpoints for offers, statistics, and conversion tracking.
Access detailed performance metrics, conversion data, and revenue reports programmatically.
Enterprise-grade security with API key authentication, IP whitelisting, and encrypted data transmission.
curl -X GET "https://api.offercenter.live/v1/offers" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
# Response
{
"status": "success",
"data": {
"offers": [
{
"id": "12345",
"name": "Premium Gift Card Sweepstakes",
"payout": 5.00,
"vertical": "sweepstakes",
"geo": "US"
}
]
}
}Need help? Contact our API support team at api@offercenter.live