Mangools/API

Get latest used requests (last in 30days)

Get the history of your recent SiteProfiler lookups (last 30 days). Each entry includes the analyzed URL or domain — useful for rebuilding a "recent analyses" panel in a client.

GET
/siteprofiler/requests

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Response Body

application/json

curl -X GET "https://api.mangools.com/v3/siteprofiler/requests"
{
  "_id": "string",
  "owner": "string",
  "url": "string",
  "created_at": "2019-08-24T14:15:22Z"
}