v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Update Job Lead Source

Updates the lead source for a specified job. The endpoint validates that both job and lead source belong to the company associated with the API key. If the provided lead source ID matches the current one, no update will be performed. Empty GUIDs are not allowed.

This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.

put/jobs/{jobId}/lead-source

Path parameters

jobIdstring uuid required

The job's unique identifier

Request body

idstring uuid required

The unique identifier of the lead source. Must be a valid non-empty GUID belonging to the company.

Example request

{
  "id": "123e4567-e89b-12d3-a456-426614174000"
}

Response

Lead source updated successfully