---
title: "List candidate source types with subtypes"
method: GET
path: "/configuration/sources"
tags: ["configuration"]
---

# List candidate source types with subtypes

`GET /configuration/sources`

Get a list of all available candidate source type with subtypes

## Response `200`

- SourceTypes
  - `totalFound` integer, required
  - `content` object[], required
    - `id` string, required
    - `label` string, required
    - `actions` object, required
      - `values` Action, required
        - `url` string, required
        - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required
    - `subtypes` Identifiable[], required
      - `id` string, required

---

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