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
Example request
{
"id": "123e4567-e89b-12d3-a456-426614174000"
}Response
Lead source updated successfully