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

# Show engagement agreement details

`GET /v1/countries/{country_code}/engagement-agreement-details`

Returns the engagement agreement details JSON Schema for a country. Only DEU country is supported for now.


## 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

## Response `200`

Success

- EngagementAgreementDetailsResponse — Response for engagement agreement details
  - `data` object — Engagement agreement details response data
    - `schema` object, required — Engagement agreement 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)
