Bulk import multiple LinkedIn URLs to your team’s Do Not Contact list
| Field | Type | Required | Description |
|---|---|---|---|
entries | array<object> | Yes | Array of entry objects to add (minimum 1 entry) |
| Field | Type | Required | Description |
|---|---|---|---|
url | string | Yes | LinkedIn profile URL to add to DNC list |
| Field | Type | Description |
|---|---|---|
data.added | integer | Number of URLs successfully added |
data.duplicates | integer | Number of URLs already on DNC list (skipped) |
data.errors | integer | Number of URLs that failed to process |
details array contains:
| Field | Type | Description |
|---|---|---|
url | string | The normalized LinkedIn URL |
status | string | Status: added, duplicate, or error |
error | string | Error message (only present if status: "error") |
duplicate, not errorsdetails arrayresetTime timestampresetTimedetails array for failed entrieshttps://linkedin.com/in/usernamehttps://www.linkedin.com/in/username/linkedin.com/in/usernamein/usernamehttps://linkedin.com/in/username
| Status | Description |
|---|---|
added | URL successfully added to DNC list |
duplicate | URL already exists on DNC list (skipped) |
error | URL failed to process (see error field for reason) |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1