Skip to main content
GET
/
{shortPath}
Redirect to destination URL
curl --request GET \
  --url https://pref.rio/link/api/{shortPath} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

shortPath
string
required

Short path

Response

HTML page with redirect

The response is of type string.