A collection of examples
If you are more in the multi-store kind of things
Below is a commented source code to create a 'customer space' where your customer will be able to login, change his data, view his history.
Below you will find a collection of sample requests to retrieve the list of shops or the list of available offers. Including some nice filtering with tags and proximity.
And finally here are examples on how to create / deactivate shops and users.
If you are more in POS systems
Below, you will find a scenario for sending every sales tickets made by a customer from the POS to Adelya.
And how to check if a coupon is valid using its trackcode.
Language or system specific samples
We propose some samples, that can be used as-is or as a basis for your own development:
Using Curl : curl --user '{APIKEY};{user}:{pass}' --data 'format=JSON&json_data={"FidelityMember":{"name_starts_with":"John"}}' https://qa.adelya.com/apiv1/webapi.do