Check SERP Status
As a response of the API server, you will get a status of your serp task
Requires authentication
Get a status of your serp task
GET
https://api.serphouse.com/serp/check
Query Parameters
Name
Type
Description
id*
String
unique identifier of your serp task
Headers
Name
Type
Description
Authorization*
String
Bearer <YOUR_API_KEY>
{
"status": "success",
"msg": "Completed",
"results": ""
}
Example request:
curl --location --request GET 'https://api.serphouse.com/serp/check?id=77224195' \
--header 'Authorization: Bearer <YOUR_API_KEY>'
Last updated
Was this helpful?