GET
/
{shortPath}
Redirect to destination URL
curl --request GET \
  --url https://staging.app.dados.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

200
text/html

HTML page with redirect

The response is of type string.