Site Audit
Serpstat audit module uses Serpstat APlv4:
- works through HTTP POST requests
- entry point: https://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:
Request data:
{
"id":1,
"method": "AuditSite.start",
"params":{
"projectId":123456
}
}
Response data:
{
"id": "1",
"result": null
}