API logs

Page of logs of calls to your API.

You can search by user login and key number.

User - which user’s keys were used in this request

Date - date and time of the request

Request - body of the request

Headers - request headers

Response - your server’s response to this request

If the text “Callback:url” (where url is the site address) is displayed in the “Headers” field, this is the log of the invoice payment notification that your server sent to the specified url.

In this case, the “Request” field will contain the body of your server’s request to the url, and the “Response” will contain its response to this request in the “Code:Body” format.

Read more about the API on the page: Training - Your API

Last updated