Generate a viewer reroute URL
POST/v1/viewer/studies/reroute-url
Generates a tokenized URL that redirects users directly to the Avara Viewer for the specified study. The URL includes authentication and is time-limited for security.
Generate a viewer reroute URL
curl https://api.avarasoftware.com/v1/viewer/studies/reroute-url \
-X POST \
-H "Authorization: Bearer $AVARA_API_KEY"{
"url": "https://viewer.avarasoftware.com/study/stu_1234?token=abc123"
}Returns Examples
{
"url": "https://viewer.avarasoftware.com/study/stu_1234?token=abc123"
}