cURL
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>" ] } }
A bearer token that will be supplied within an Authorization header as bearer <token>.
Authorization
bearer <token>
The domain to check
The keyword to check
success
The response is of type object.
object