cURL
curl --request GET \ --url https://api.rallyuxr.com/api/public/v1/imports/{importId} \ --header 'Authorization: Bearer <token>'
{ "importId": "<string>", "type": "API", "status": "NOT_STARTED", "personCount": 123, "failedRecords": [ { "personId": "<string>" } ], "updatedAt": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the import
Information about the import
The response is of type object.
object