cURL
curl --request POST \ --url https://api.reqlick.com/domains/{slug}/redirect \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "redirect": "<string>" }'
{ "error": false }
Add domain redirect URL for the authenticated workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
domain slug
Domain updated successfully
The response is of type object.
object