Application purchase

Purchase application from market

  • The application must be on the market stage.

method: POST

url: https://ninjalender.online/client/loan/resend

Headers:

Where AToken is the token that was received during authorization.

After purchasing the application, its data can be sent to your webhook for the prompt acceptance of the application to work. To activate this feature you need to contact us and provide a webhook`s url.

Request body:

params:

response:

Request example:

{
  "params": {
    "id": 562
  }
}

Response example:

[
  {
    "code": 0,
    "message": "ok",
    "data": {
      "id": 1236
    }
  }
]

List of errors:

Last updated