---
title: "Show form schema"
method: GET
path: "/v1/companies/schema"
tags: ["Company Management"]
---

# Show form schema

`GET /v1/companies/schema`

Returns the json schema of the requested company form.
Currently only supports the `address_details` form.


## Scopes

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

## Query parameters

- `country_code` string, required
- `form` 'address_details', required
- `json_schema_version` union
  - integer — Specific version number
  - 'latest' — Use latest version

## Response `200`

Success

- CompanyFormResponse — Object with required and optional fields, its descriptions and suggested presentation
  - `data` object

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — 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/versions/7e6a0c61ac82/schema)
