Skip to main content
POST
Send a record to a Loop

Authorizations

Authorization
string
header
required

Pass your API key as a bearer token: Authorization: Bearer YOUR_API_KEY. Generate and manage keys from your dashboard under Settings → API Keys.

Headers

Idempotency-Key
string

Path Parameters

id
string<uuid>
required

Body

application/json
domain
string
Example:

"stripe.com"

linkedinUrl
string
Example:

"https://www.linkedin.com/company/stripe"

Response

The task settled immediately.

Never carries data — only error, and only if the task already failed synchronously (e.g. an immediate negative-cache hit). Fetch the result from GET /v1/tasks/{id} or a Loop webhook.

task
object
required

input and target are dropped in future revisions to a single field; today target is the normalized domain or LinkedIn URL the task resolved to.

error
object