---
title: "This enpoint is used to add client company."
method: POST
path: "/api/external/client/add"
tags: ["Client APIs"]
---

# This enpoint is used to add client company.

`POST /api/external/client/add`

## Headers

- `RF-Api-Key` string, required
- `content-type` string

## Request body

- object
  - `added_by` integer
  - `added_time` string
  - `careers_page` string
  - `company_size` string — acceptable values fetched from https://recruiterflow.com/api/external/company-size/list
  - `custom_fields` object[]
    - `id` integer
    - `value` string[]
  - `domain` string
  - `industry_id` integer
  - `lead_owner_id` integer
  - `linkedin_page` string
  - `location` object
    - `city` string
    - `country` string
    - `location` string
    - `postal_code` string
    - `state` string
    - `street_address_1` string
    - `street_address_2` string
  - `name` string
  - `phone_number` string
  - `revenue` object
    - `currency` string
    - `number` string
  - `status_id` integer
  - `tags` string[]

## Response `200`

Auto generated using Swagger Inspector

- unknown

## Changes

- **2026-08-13** `febc104d89ff` — 1 breaking
  - the `header` request parameter `RF-Api-Key` became required

[Change history](https://skmtc.dev/recruiterflow/apis/recruiterflow-api-documentation/changes/api/external/client/add/post.md)

---

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