Table of contents


<aside> 💡 Once you implemented the SDK or our API, you will need to get notified when a user complete an offer.

</aside>

<aside> 💡 The postback suppose you have your own server, please send your callback endpoint to your Skyly representative you’re in contact with.

</aside>

<aside> ⚠️ We recommend that you verify that each postback you receive comes from one of our IP addresses:

IPv4 :

IPv6 :

</aside>

Postback query parameters

Once implemented, Skyly will call your postback URL with the following GET query parameters :

**GET** {{partner_postback_url}}

?**sig** : The request signature : sha1 (apikey + userid + amount + transaction_id + pub0 + pub1 + pub2 + ...)

&**userid** : The ID of the user to be credited

&**os** : The OS from which the initial offer request was made

&**amount** : The amount of virtual currency the user gets credited

&**transaction_id** : The unique transaction ID

&**pubX** : Your own parameters (pub0, pub1, pub2... that you defined when calling the SDK or API for offers)

Troubleshooting

<aside> 👌 If you encounter an issue while integrating our SDK, contact your account manager!

</aside>