English
cURL
curl --request GET \ --url https://api.altostrat.io/radius/migration/signed-url \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "filename": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Signed S3 URL.
Was this page helpful?