Skip to main content
POST
/
radius
/
migration
/
dry-run
Start Dry Run
curl --request POST \
  --url https://api.altostrat.io/radius/migration/dry-run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filename": "<string>",
  "mapping": {},
  "settings": {
    "delimiter": "<string>",
    "skip_lines": 123,
    "import_type": "users"
  }
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
filename
string
required
mapping
object
required
settings
object
required

Response

202

Job started.