Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
  • 406 application/json

    VPN detected

    Hide response attribute Show response attribute object
    • data object

      Additional properties are allowed.

GET /v1/client/user/history/magic-receipts/{receiptOfferId}
curl \
 -X GET https://api.bitlabs.ai/v1/client/user/history/magic-receipts/{receiptOfferId} \
 -H "X-Api-Token: $API_KEY" \
 -H "X-User-Id: $API_KEY"
Response examples (200)
{
  "data": {
    "id": 42,
    "upload_id": 42,
    "name": "string",
    "status": "completed",
    "uploaded_at": "2022-01-01T00:00:00Z",
    "award": 1.23,
    "offer_id": 42,
    "upload_offer_id": 42
  }
}
Response examples (406)
{
  "error": {
    "details": {
      "msg": "vpn detected",
      "http": "406 Not Acceptable"
    }
  }
}