Skip to main content
POST
Check for mixed content on a site

Authorizations

x-api-key
string
header
required

API Key required for all endpoints

Body

application/json
url
string
required

Target URL

Example:

"https://example.com"

followRedirect
boolean
default:false

Whether to follow redirects when checking site status

Example:

false

proxyCountry
string

Proxy country code to route the request

Example:

"us"

Response

Site status retrieved successfully

timestamp
number
required

Timestamp of the request in milliseconds

Example:

1783943217189

apiStatus
enum<string>
required

API status message

Available options:
success,
failure
Example:

"success"

apiCode
number
required

API status code

Example:

200

message
string
required

Indicates whether mixed content found or not. It can either be "Mixed content(s) found." or "No mixed content found."

Example:

"Mixed content(s) found."

meta
object
required

Metadata about the mixed content test

data
required

Contains either an array of all resources (when no mixed content) or an object with insecure/secure arrays (when mixed content found)

Example: