👋 Welcome! We hope you enjoy redirectssl and if not, please contact us!

Below you will find documentation on our API.

Authentication

All authentication is done using a bearer token, basically that means a header needs to be passed with your request that looks like

Authorization: Bearer YOUR_TOKEN

You can get the YOUR_TOKEN from the API key area inside of your account.

Once you generate an API key it is not possible to see it again, but you can make as many as you want.

Add new redirect

Method: POST Authentication: Bearer token URL: https://redirectssl.com/api/redirect

JSON object details

{
   "domain":"domain.com",
   "redirect":"<http://www.domain.com>",
   "status_code":302,
   "query":true,
	 "location":"eu"
}

Parameters

Update a redirect

Method: POST Authentication: Bearer token URL: https://redirectssl.com/api/redirect/domain