GET
/
api
/
v1
/
page_indexation
curl --request GET \
  --url https://www.fetchserp.com/api/v1/page_indexation \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "domain": "<string>",
    "keyword": "<string>",
    "indexed": true,
    "urls": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

A bearer token that will be supplied within an Authorization header as bearer <token>.

Query Parameters

domain
string
required

The domain to check

keyword
string
required

The keyword to check

Response

200
application/json

success

The response is of type object.