---
title: "Get Company Compliance Profile"
method: GET
path: "/v1/companies/{company_id}/compliance-profile"
tags: ["Compliance"]
---

# Get Company Compliance Profile

`GET /v1/companies/{company_id}/compliance-profile`

Returns the KYB and credit risk status for the company's default legal entity.


## Scopes

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

## Path parameters

- `company_id` string, uuid, required — Identifier of the employment being terminated.

## Response `200`

Success

- CompanyComplianceProfileResponse
  - `data` object
    - `compliance_profile` CompanyComplianceProfile, required
      - `credit_risk_status` 'not_started' | 'ready' | 'in_progress' | 'referred' | 'fail' | 'deposit_required' | 'no_deposit_required', required — Credit risk status of the LegalEntity
      - `kyb_status` 'not_started' | 'ready' | 'referred' | 'in_progress' | 'pass' | 'fail' | 'unresponsive', required — Status of the LegalEntity's internal KYB/BOC process

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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)
