Return Home
API Version 1

Formats

Currently, the NeManager API only support JSON.

JSON Response

The response you get will always look the same, except for what goes on inside the data tag. This is an example response:

{
    "data"    : {},   // different for every request
    "success" : true, // true if the request was successful
    "status"  : 200   // request http response code
}
Copyright © TunkDesign 2013-2022