cURL
curl --request GET \ --url https://brew.new/api/contacts/import \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "import": { "id": "<string>", "fileName": "<string>", "status": "pending", "totalRows": 123, "processedRows": 123, "addedCount": 123, "updatedCount": 123, "errorCount": 123, "errorMessage": "<string>", "createdAt": 123, "updatedAt": 123 } }, "meta": { "requestId": "<string>" } }
Get the status of an import job or list recent imports.
Permission required: contacts or all
contacts
all
Use Authorization: Bearer brew_xxxxx header
Authorization: Bearer brew_xxxxx
Import job ID (omit to list recent imports)
Import status or list of imports
true
false
Show child attributes
Was this page helpful?