Home Javascript SDK Rest API/SSO Webhooks AppMarket Login

Restful Api docs

First of all... Authentication

All methods require a valid accountaccess token.
Remember to keep your access token safe.

There are two kinds of access tokens:

- Encoding: UTF-8
- For Httpost methods use content-type : "application/json".

Return types

All methods returns a clean valid JSON format.

Accounts

Stores

Products

Partners

note: you need a partner access token to use this methods.

SSO



Examples

C#:
using (var client = new WebClient()) { //Get account information var response = client.DownloadString(https://api.cashcow.co.il/Api/Accounts/Info?token=[YOUR-TOKEN-HERE]); //Your code here }