The base API of the qpost API is https://qpostapp.com/api
.
If the request is not successful, the response object will contain an error
property, containing an
error message describing what went wrong, along with an appropriate HTTP status code.
Parameters for POST
and DELETE
requests must be JSON encoded in the request body,
whereas parameters for GET
requests are to be passed through the query portion of the URL.
Please note, that the qpost API is still under heavy development and things may break at any point in time. We are currently working on streamlining the tools offered for third-party developers.