Skip to main content
POST
/
domains
/
{slug}
/
redirect
add domain redirect URL
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
}

Authorizations

Authorization
string
header
required

Path Parameters

slug
string
required

Body

application/json
redirect
string | null

Response

error
boolean
Example: