Audit
Serpstat audit module uses Serpstat APlv4:
- works through HTTP POST requests
- entry point: http://api.serpstat.com/v4/
- each method requires a “token” parameter (API key for user authentication can be found on Serpstat profile)
- response is fetched in JSON format
Example of POST request using Postman:
{
"id":1,
"method":"AuditSite.start",
"params":{
"projectId":669214
},
"jsonrpc":"2.0"
}
{
"id": "1",
"result": null,
"jsonrpc": "2.0"
}