---
title: "Create an Online Reputation check"
method: POST
path: "/v1/checks/online_reputation"
tags: ["Online Reputation check"]
---

# Create an Online Reputation check

`POST /v1/checks/online_reputation`

Create an Online Reputation check. The check will be created and will automatically analyze the online reputation of the specified company.

## Request body

- OnlineReputationCheckCreate
  - `company_id` string, uuid, required

## Response `201`

Online Reputation check has been created

**ℹ️ Click to see full payload**

- OnlineReputationCheck
  - `id` string, uuid, required
  - `company_id` string, uuid, required
  - `is_internal` boolean, required
  - `status` 'in_progress' | 'need_review' | 'processing' | 'approved' | 'rejected' | 'expired', required — ℹ️ Check status `expired` is deprecated and will be removed Q1'25. It will be replaced with an expired flag.
  - `type` 'online_reputation', required
  - `subtype` string, nullable, required — Currently always null for `online_reputation` Check
  - `last_activity_at` string, date-time, required — Latest activity date Date time in format [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) (`yyyy-MM-ddTHH:mm:ss.S+X` eg `2023-01-31T13:30:00.000Z`)
  - `data` OnlineReputationCheckDataDTO, required
    - `result` 'approved' | 'rejected' | 'error', nullable, required
    - `review` Review, required
      - `comment` string, nullable, required
      - `reviewed_at` string, date-time, nullable, required — Date time in format [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) (`yyyy-MM-ddTHH:mm:ss.S+X` eg `2023-01-31T13:30:00.000Z`)
      - `reviewer_type` 'user' | 'system' | 'api', nullable, required
      - `user` NestedUser, required
        - `id` string, uuid, required
        - `first_name` string, required
        - `last_name` string, required
        - `email` string, email, required
    - `information` OnlineReputationCheckDataInformationDTO, required
      - `report` string, nullable, required
      - `sources` OnlineReputationSourceDTO[], nullable, required
        - `title` string, required
        - `url` string, required
      - `summary` string, nullable, required
      - `company` OnlineReputationCheckDataCompanyDTO, required
        - `name` string, required
        - `commercial_name` string, nullable, required
        - `country` string, nullable, required
        - `registration_number` string, nullable, required
        - `website_url` string, nullable, required

## Other responses

- `400` — The request is either malformed or contain invalid parameters. - Make sure the body payload matches the expected schema - Limit reached. Contact us at support@dotfile.com to lift all limits.

---

[API](https://skmtc.dev/dotfile/apis/api-specifications.md) · [All operations](https://skmtc.dev/dotfile/apis/api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotfile/api-specifications/revisions/36393567057b/schema)
