Giter Site home page Giter Site logo

docs's Introduction

#WoowUp Loyalty API ###Enhance your loyalty program experience and create the program you need.

With WoowUp API you will be able to enhenance, extend and integrate your Loyalty Program. Here you will find examples and a detailed endpoint list that will let you create connectors to the systems you use, implement new ways of earning points, integrate the program to your web or app and much more.

##Getting started This is a REST-style API that uses JSON for serialization.

  1. Sign up as a partner in WoowUp.
  2. Once registered, get your Apikey from the Connect tab in the administrator module.
  3. Read the API docs to understand what you can do.

####Authentication

In any call to the API you must use 2 headers:

  • Username: your app_id
  • Apikey: the apikey of point 2.

####General usage

All URLs start with https://www.woowup.com/apiv2/{app_id}.

So, for example, if your app is id=98765, you should do a GET request like

curl -H 'Username: .....' \
  -H 'Apikey: .....' \
  -H 'Content-Type: application/json' \
  https://www.woowup.com/apiv2/98765

For a POST request, you have to include the 'Accept: application/json' header

curl -H 'Username: .....' \
  -H 'Apikey: .....' \
  -H 'Accept: application/json' \
  -d 'key=value&...' \
  https://www.woowup.com/apiv2/98765/add_points...

How To

##API resources:

##Magento Connect

You can add points points directly from your Magento E-Commerce. For further information, check here.

##Contact

Contact us to talk about the API to mailto:[email protected].

docs's People

Contributors

diegorivas89 avatar silvioq avatar devellabs avatar luis-alvarez avatar

Watchers

James Cloos avatar  avatar

Forkers

silvioq

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.