Skip to main content
POST
Check the redirection chain of a given URL

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"

proxyCountry
string

Proxy country code to route the request

Example:

"us"

Response

Successfully retrieved redirect chain

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

meta
object
required

Metadata about the redirection check.

Example:
data
object[]
required

List of redirection hops with status and headers.