Get user history offer details
GET /v1/client/user/history/offers/{offerId}
curl \
-X GET https://api.bitlabs.ai/v1/client/user/history/offers/{offerId} \
-H "X-Api-Token: $API_KEY" \
-H "X-User-Id: $API_KEY"
Response examples (200)
{
"data": {
"offer_id": "string",
"anchor": "Playstation 5",
"description": "Enter to win a Playstation 5!",
"requirements": "Sign up with valid information and complete the full survey.",
"icon_url": "https://main-p.agmcdn.com/offers/1564507470875.gif",
"contact_url": "https://seek.gg/contact/nQ/testing-prodege/360819",
"things_to_know": [
"string"
],
"started_at": "2022-01-01T00:00:00Z",
"disclaimer": "string",
"events": [
{
"uuid": "0dc43f54-135a-46a4-a51c-a2c5f3cfdac0",
"name": "Completed",
"approved_conversions": 42,
"approved_cpa": "string",
"pending_conversions": 42,
"pending_cpa": "string",
"status": "viewed",
"type": "flat",
"payable": true,
"timestamp": "2022-01-01T00:00:00Z",
"pending_reason": "string",
"display_type": "none",
"promised_points": "string",
"promised_commission_amount": "string"
}
],
"hours_left": 42
}
}
Response examples (406)
{
"error": {
"details": {
"msg": "vpn detected",
"http": "406 Not Acceptable"
}
}
}