Services

A service defines some resource and what exactly you can do with it. Click on the service methods to expand details.

ProTip! You can quickly tests services using curl - Here is an example:

          $ curl -u "" https://data.quickpay.net/ping
          Enter host password for user '': <enter your api key here>
        
Example response:
          {
            "message": "Hello Reseller 2. Pong from Stats"
          }
        

The API uses JSONAPI protocol except for the "relationships" part. Related resources are nested in the attributes.

Show documentation for