---
title: "Upload Contractor Government ID"
method: POST
path: "/contractors/id"
---

# Upload Contractor Government ID

`POST /contractors/id`

## Request body

- object
  - `contractorID` string, required — ID of the Contractor
  - `companyID` string, required — ID of the Company
  - `id_type` 'drivers_license' | 'social_security_card' | 'passport', required — type of the ID to be uploaded, current options are drivers_license, social_security_card and passport
  - `id_base64` string, required — base64 image of the ID to be uploaded

## Response `200`

200

- object
  - `success` boolean
  - `_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/revisions/01346dceb27d/schema)
