GithubHelp home page GithubHelp logo

click2sync / webhooks-api-examples Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 21 KB

Click2Sync Webhooks API Implementation bootstrap templates of frequently needed integrations

Home Page: https://www.click2sync.com

License: MIT License

Java 9.10% JavaScript 3.49% PHP 87.41%
click2sync reverseconnector php node sqlserver mysql cscart magento

webhooks-api-examples's Introduction

webhooks-api-examples

Click2Sync Webhooks API Implementation bootstrap templates of frequently needed integrations

Proxy

You can think of this kind of implementations as a proxy middleman that is translating/transforming the data structures from one side to the standard structure of the other.

Hooks that can be received from Click2Sync

  1. GET {{URI_PRODUCTS}}

    • with offset (int)
    • with sortorder param (asc, desc)
    • with id param (string)
    • with next param (step string tag)
  2. GET {{URI_ORDERS}}

    • with offset (int)
    • with sortorder param (asc, desc)
    • with id param (string)
    • with next param (step string tag)
  3. POST {{URI_PRODUCTS}}

    • without id (CREATE)
    • with id (UPDATE)
  4. POST {{URI_ORDERS}}

    • without id (CREATE)
    • with id (UDPATE)

Authentication

All hooks are requested with the authorization key header:

  • Header name: C2SKey
  • Header value: {{the private key you generated on the platform when you generated a connection to Click2Sync}}

You MUST validate that any call you receive to your endpoints are properly authenticated You MUST rename the scripts or endpoints to avoid bots to discover your implementations

More info: https://www.click2sync.com/developers/start.html

Webhooks API Docs

https://www.click2sync.com/developers/api.html

webhooks-api-examples's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.