---
title: "Get a list of available offer properties"
method: GET
path: "/configuration/offer-properties"
tags: ["configuration"]
---

# Get a list of available offer properties

`GET /configuration/offer-properties`

Get a list of available offer properties.

## Response `200`

- OfferPropertiesDefinition
  - `categories` OfferPropertiesCategory[]
    - `id` string
    - `properties` OfferPropertyDefinition[]
      - `key` string
      - `label` string
      - `required` boolean
      - `type` 'BOOLEAN' | 'COUNTRY' | 'CURRENCY' | 'DATE' | 'NUMBER' | 'PERCENT' | 'REGION' | 'TEXT' | 'USER' | 'SELECT'

## Other responses

- `403` — with code **NO_ACCESS_TO_OFFERS** when not permitted to see offers

---

[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/versions/449bdc2516c9/schema)
