v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Subscriptions

List contractor of record (COR) termination requests

Lists Contractor of Record termination requests for your company, optionally filtered by employment and status.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage employments (employments)View employments (employment:read)Manage employments (employment:write)
get/v1/contractors/cor-termination-requests

Query parameters

employment_idstring uuid

Identifier of the employment being terminated.

Example:663e0b79-c893-45ff-a1b2-f6dcabc098b5

Filter termination requests by employment ID.

status'initiated' | 'executed' | 'cancelled'

Filter termination requests by status.

pageinteger

Starts fetching records after the given page

page_sizeinteger

Number of items per page

Response

Success

Example response

{
  "current_page": 1,
  "termination_requests": [
    {
      "cancelled_at": null,
      "employment_deactivation_date": "2026-04-07",
      "employment_id": "c0a167b8-459d-4e96-9766-7a04c160892e",
      "executed_at": "2026-04-07T10:00:00Z",
      "id": "c0a167b8-459d-4e96-9766-7a04c160892e",
      "initiated_at": "2026-03-16T08:00:00Z",
      "status": "executed",
      "termination_date": "2026-03-16"
    }
  ],
  "total_count": 1,
  "total_pages": 1
}