v1

latestOpenAPI 3.0.32026-07-173196215.4 KB
redirects

Match redirect

Matches a redirect for a given URL

post/v1/redirects

Request body

urlstring

The url to find a redirect for

Example request

{
  "url": "example.com"
}

Response

request successful

sourcestring required

The source URL for the redirect

targetstring required

The target URL for the redirect

statusCodeinteger required

The status code for the redirect

Example response

{
  "source": "example.com",
  "target": "example.de",
  "statusCode": 301
}