Authorizations
Enter your API key in the format: Bearer <token>
Body
application/json
The unique filename obtained from the signed URL endpoint.
Example:
"rad_file_01HGN7RXYZABC123.csv"
An object mapping detected column IDs (e.g., col_0) to entity fields (e.g., username).
Example:
{
"col_0": "username",
"col_1": "password",
"col_2": "groups"
}Response
The dry run job was accepted and is being processed.