Mangools/API

Get latest requests

Get the history of your recent SERP lookups performed through /serpchecker/serps. Each entry includes the queried keyword and location — useful for rebuilding a "recent searches" panel in a client.

GET
/serpchecker/requests

Authorization

ApiKeyAuth
x-access-token<token>

API token issued for your Mangools account, sent as an API key in the x-access-token HTTP header. This is NOT a standard RFC 6750 Authorization: Bearer <token> header. Auto-generated clients should be configured to send the token in x-access-token accordingly.

In: header

Query Parameters

limit*integer

Limit number of result, max 25

Response Body

application/json

application/json

curl -X GET "https://api.mangools.com/v3/serpchecker/requests?limit=0"
{
  "_id": "string",
  "owner": "string",
  "url": "string",
  "created_at": "2019-08-24T14:15:22Z"
}
{
  "error": {
    "type": "AuthError",
    "message": "Invalid API Key"
  }
}