/offer/{id}

Give you an offer matching given ID

Method :

GET

Headers :

Authorization: string

Params :

id string

cValue string : you can give a coupon value to get a discounted price to buy one.

Fields :

offer offer

Sample :

curl -X GET --header "Accept:application/json" \
'https://api.test.jackpot-io.com/v1/offer/<your-offer-id>' \
-k --header "Authorization: Bearer <your-sessionToken>"