cURL
curl --request GET \ --url https://api.reqlick.com/links/random \ --header 'Authorization: Bearer <token>'
"<string>"
Retrieve a short key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved new link key
The response is of type string.
string