cURL
curl --request POST \ --url https://api.altostrat.io/radius/migration/import \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "filename": "<string>", "mapping": {}, "settings": {} } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Job started.
Was this page helpful?