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>"

Documentation Index

Fetch the complete documentation index at: https://docs.dados.rio/llms.txt

Use this file to discover all available pages before exploring further.

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.