---
title: "Show contractor contract details"
method: GET
path: "/v1/countries/{country_code}/contractor-contract-details"
tags: ["Countries"]
---

# Show contractor contract details

`GET /v1/countries/{country_code}/contractor-contract-details`

Returns the contract details JSON Schema for contractors given a country

## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (`company_admin`) | View forms (`form:read`) | - |

## Path parameters

- `country_code` string, required

## Query parameters

- `employment_id` string
- `json_schema_version` union
  - integer — Specific version number
  - 'latest' — Use latest version

## Response `200`

Success

- ContractorContractDetailsResponse — Response for contractor contract details
  - `data` object — Contractor contract details response data
    - `schema` object, required — Contract details schema object with variable fields based on country
    - `version` integer, required — JSON schema version number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Unprocessable Entity

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
