User APIs/Landmark Bulk Import
Landmark Bulk Failed CSV
GET
/user/landmarkbulkjobs/:id/failed.csvBearer token required
ADMIN | USERContent-Type:
text/csvPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Required |
Code Examples
curl -X GET 'https://<your-domain>:3001/user/landmarkbulkjobs/:id/failed.csv' \
-H 'Authorization: Bearer <token>'