GET
/
links
/
random
curl --request GET \
  --url https://api.reqlick.com/links/random \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

slug
string
domain
string

Response

200
text/plain
Successfully retrieved new link key

The response is of type string.