jobs
Create Job External Reference
Use this endpoint to create a new external reference for a job to an external source and project.
This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.
post/jobs/external-references
Request body
Example request
{
"jobId": "980783c8-7a34-4b20-a644-d6d94eff3b96",
"source": "This is the source",
"projectId": "This is the project id"
}Response
Created
Example response
{
"jobId": "980783c8-7a34-4b20-a644-d6d94eff3b96",
"companyId": "980783c8-7a34-4b20-a644-d6d94eff3b96",
"source": "The external reference source",
"projectId": "This is the projectId"
}