Home API docs AppMarket integration Login

Restful Api docs

Authentication

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

There are two kinds of access tokens:

Return types

All methods returns a clean valid JSON format.

Actions

Accounts Stores

Partners

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

Examples

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