Happy Endpoint

Health check endpoint

Returns the health status of the Semrush API service including system metrics and processing time

GET
/health

Authorization

RapidApiKey
X-RapidAPI-Key<token>

In: header

Header Parameters

X-RapidAPI-Host*string
Default"ikea-api-pro.p.rapidapi.com"

Response Body

application/json

curl -X GET "https://example.com/health" \  -H "X-RapidAPI-Host: ikea-api-pro.p.rapidapi.com"
{
  "success": true
}