Download OpenAPI specification:Download
Public Yadulink API for API credits, n8n, webhooks, jobs, leads and lists.
The API is versioned in the URL path (/api/v1/). Breaking changes only ship in a new path version (for example /api/v2/). Deprecated fields and operations keep working during a documented migration window and are announced with Deprecation and Sunset response headers plus the changelog at https://yadulink.com/changelog before removal.
Errors are always JSON with a machine-readable error.code. Write operations accept an Idempotency-Key header (safe retries; conflicting reuse returns 409). Long-running LinkedIn actions run as asynchronous jobs: POST /actions/{operation}/jobs returns 202 Accepted and GET /jobs/{job_id} reports progress. Responses carry IETF RateLimit headers; on 429, honor Retry-After.
Authentication guide: https://yadulink.com/auth.md
Test authentication and retrieve the API key owner.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Check API eligibility, subscription access, and LinkedIn connection status.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Read rate limits, credit allowance, and action-job availability.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Machine-readable public API contract for integrations such as n8n.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Read the current API credit balance.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Read credit ledger entries with pagination and filters.
| page | integer >= 1 |
| per_page | integer [ 1 .. 100 ] |
| type | string |
| operation | string |
| api_key_id | integer |
| date_from | string <date> |
| date_to | string <date> |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Read credit balance and consumption aggregates for a selected period.
| period | string Default: "cycle" Enum: "7d" "30d" "cycle" |
| api_key_id | integer |
| operation | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}List purchasable credit packs. Checkout must be started in the app session.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Create a Stripe Checkout session for a credit pack from an authenticated app session.
| pack_id required | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Preview the credit cost of an operation before creating it.
| operation required | string |
| quantity | integer >= 1 Default: 1 |
object |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "operation": "send_connection_request",
- "quantity": 25
}{- "success": true,
- "data": { },
- "meta": { }
}List lead lists.
| page | integer >= 1 |
| per_page | integer [ 1 .. 100 ] |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Create a lead list.
| page | integer >= 1 |
| per_page | integer [ 1 .. 100 ] |
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| name required | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "name": "Prospects septembre 2026"
}{- "success": true,
- "data": { },
- "meta": { }
}Retrieve a lead list.
| list_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Update a lead list.
| list_id required | integer |
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| name | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "name": "string"
}{- "success": true,
- "data": { },
- "meta": { }
}Delete a lead list.
| list_id required | integer |
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}List leads from a specific list.
| list_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}List leads with filters and pagination.
| page | integer >= 1 |
| per_page | integer [ 1 .. 100 ] |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Create a lead.
| page | integer >= 1 |
| per_page | integer [ 1 .. 100 ] |
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| list_id required | integer |
| full_name required | string |
| first_name | string |
| last_name | string |
| company_name | string |
| position | string |
| link | string <uri> |
string <email> | |
| phone | string |
| source | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "list_id": 123,
- "full_name": "Ada Lovelace",
- "company_name": "Analytical Engines",
- "position": "Founder",
- "email": "ada@example.com"
}{- "success": true,
- "data": { },
- "meta": { }
}Search leads by query.
| q required | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Retrieve a lead.
| lead_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Update a lead.
| lead_id required | integer |
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| full_name | string |
| first_name | string |
| last_name | string |
| company_name | string |
| position | string |
| link | string <uri> |
string <email> | |
| phone | string |
| status | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "full_name": "string",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string",
- "position": "string",
- "email": "user@example.com",
- "phone": "string",
- "status": "string"
}{- "success": true,
- "data": { },
- "meta": { }
}Delete a lead.
| lead_id required | integer |
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}LinkedIn-side actions. They never run inline: each one creates a job so credits can be reserved, safety budgets enforced, and the reservation refunded when the action fails.
List LinkedIn-side async actions available through the public API.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Create an async job for a LinkedIn action.
| operation required | string |
| Idempotency-Key required | string Required for LinkedIn action mutations. Reuse the same value only when retrying the exact same request; a different payload returns idempotency_key_reused. |
| lead_id | integer |
| profile_id | string |
| provider_id | string |
| public_identifier | string |
| profile_url | string <uri> |
| post_id | string |
| message | string |
| note | string |
| comment | string |
| Location | string Status URL of the created job. |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
required | object |
object |
{- "lead_id": 123
}{- "success": true,
- "data": {
- "job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "queued"
}, - "action": { },
- "execution": { }
}, - "meta": { }
}Retrieve job status and result.
| job_id required | string <uuid> |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Cancel a queued/running public API job and refund reserved credits when possible.
| job_id required | string <uuid> |
| Idempotency-Key required | string Required for LinkedIn action mutations. Reuse the same value only when retrying the exact same request; a different payload returns idempotency_key_reused. |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}List LinkedIn conversations synced to Yadulink.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Retrieve one synced LinkedIn message.
| message_id required | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}List webhook endpoints.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Create a webhook endpoint.
| url required | string <uri> |
| events required | Array of strings Items Enum: "lead.created" "lead.status_changed" "connection.accepted" "radar.connection_accepted" "radar.message_received" "job.completed" "job.failed" "job.canceled" |
| description | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "events": [
- "job.completed",
- "job.failed"
], - "description": "Production n8n"
}{- "success": true,
- "data": { },
- "meta": { }
}List unhealthy webhook endpoints and health counters.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Retrieve one webhook endpoint with health state.
| webhook_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Update a webhook endpoint.
| webhook_id required | integer |
| url | string <uri> |
| events | Array of strings Items Enum: "lead.created" "lead.status_changed" "connection.accepted" "radar.connection_accepted" "radar.message_received" "job.completed" "job.failed" "job.canceled" |
| description | string |
| active | boolean |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "events": [
- "lead.created"
], - "description": "string",
- "active": true
}{- "success": true,
- "data": { },
- "meta": { }
}Delete a webhook endpoint.
| webhook_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Activate a webhook endpoint and clear failure state.
| webhook_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Deactivate a webhook endpoint without deleting it.
| webhook_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Queue a test webhook delivery.
| webhook_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Rotate a webhook signing secret.
| webhook_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Read recent webhook delivery attempts.
| webhook_id required | integer |
| page | integer >= 1 |
| per_page | integer [ 1 .. 100 ] |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Read one webhook delivery attempt with payload and response details.
| webhook_id required | integer |
| delivery_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Queue a replay of a previous webhook delivery with the same event id.
| webhook_id required | integer |
| delivery_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Poll recently created leads, shaped for Zapier triggers.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Poll recently received messages, shaped for Zapier triggers.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Register a Zapier REST hook subscription.
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Remove a Zapier REST hook subscription.
| webhook_id required | integer |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Public OpenAPI schema for the Yadulink Public API.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Key management from a signed-in Yadulink session. These back the Integrations console; an API key cannot manage keys.
List the API keys of the signed-in account. Used by the Integrations console.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Create an API key from the signed-in account. The secret is returned once.
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Rename an API key, change its scopes, or suspend and reactivate it.
| key_id required | string |
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Revoke an API key permanently while keeping its usage history.
| key_id required | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Generate a new secret for an API key and invalidate the previous one.
| key_id required | string |
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Read request logs, aggregates and security events for one API key.
| key_id required | string |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Internal Yadulink growth tooling. Documented so its calls are traceable, not offered as part of the customer contract; these operations require an internal account.
Read the Yadulink SaaS prospect radar scoring contract.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Read SaaS radar pipeline totals and configured LinkedIn accounts.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}List internal LinkedIn accounts configured for radar assignment.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Create or update an internal LinkedIn account for radar assignment.
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Ingest sourced SaaS prospects and calculate server-side intent scores.
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Run a bounded read-only LinkedIn people search for radar discovery.
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Resolve up to 20 exact public LinkedIn identifiers through a connected internal account.
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}List scored SaaS radar candidates.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Claim the daily deduplicated prospect queue across active LinkedIn accounts.
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}List per-account radar lifecycle assignments.
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{- "success": true,
- "data": { },
- "meta": { }
}Acknowledge radar assignments only after their daily digest was delivered.
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Match Unipile sent invitations with profiles previously proposed by the radar.
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Fetch pending invitations through Yadulink and match radar assignments without exposing Unipile credentials.
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Record a reviewed radar lifecycle transition without sending a LinkedIn action.
| assignment_id required | string |
| Idempotency-Key | string Prevents duplicate side effects when retrying a request. |
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}Enroll reviewed radar prospects into an outreach sequence.
| property name* additional property | any |
| X-Request-ID | string Correlation id for this call, echoed on every response and stored with the API key usage log. Send your own value to keep it end to end; quote it to support. |
| Deprecation | string Present only when this operation is scheduled for removal, per the published deprecation policy. (RFC 9745) |
| Sunset | string Present only when this operation is scheduled for removal, per the published deprecation policy. Removal date as an HTTP-date (RFC 8594). |
| success required | boolean Value: true |
object or array or null | |
object |
{ }{- "success": true,
- "data": { },
- "meta": { }
}