---
title: "Get company information"
method: GET
path: "/configuration/company"
tags: ["configuration"]
---

# Get company information

`GET /configuration/company`

Get all information about your company.

## Response `200`

- CompanyConfiguration
  - `identifier` string — Identifier of a company.
  - `name` string — Company name.
  - `location` Location — regionCode is not recommended to be used for countries other than the United States.
    - `country` string
    - `countryCode` string, required
    - `regionCode` string
    - `region` string
    - `city` string, required
    - `address` string, address
    - `postalCode` string
    - `longitude` string
    - `latitude` string
  - `website` string — URL to company website.
  - `industry` Industry
    - `id` string
    - `label` string
  - `logo` string — URL to company logo.
  - `spamStatus` 'SPAM_STATUS_HOLD' | 'SPAM_STATUS_REVIEW' | 'SPAM_STATUS_SPAM' | 'SPAM_STATUS_WHITELIST' | 'SPAM_STATUS_SANDBOX' | 'SPAM_STATUS_LIMITED' — Flag classifying trust/abuse risk.

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
