Reports API

Get Report Data

GET /v1.0/merchants/:merchant_id/reports/full?from=:from&to=:to

Parameters

Name Description
from Start time for report (Unix timestamp)
to End time for report (Unix timestamp)

Request

Headers

Accept: application/json
Content-Type: application/json
X-Auth-Token: c3c16c2dac7e354b97883b1781b7133e382d0f8a371bd222812c5c636be72b9b

Route

GET /v1.0/merchants/108/reports/full?from=1455197824&to=1455629824

Query Parameters

from: 1455197824
to: 1455629824

Response

Headers

Content-Type: application/json; charset=utf-8
Date: Tue, 16 Feb 2016 13:37:04 GMT
Transfer-Encoding: chunked

Status

200 OK

Body