---
title: "Get a candidate source by identifier."
method: GET
path: "/configuration/sources/{sourceIdentifier}"
tags: ["configuration"]
---

# Get a candidate source by identifier.

`GET /configuration/sources/{sourceIdentifier}`

Get a single candidate source for a given identifier (included deleted source).

## Response `200`

Source

- SourceDefinition
  - `label` string, required
  - `subType` Identifiable, required
    - `id` string, required
  - `type` Identifiable, required
    - `id` string, required

## Other responses

- `400` — Invalid source identifier. With codes * *INVALID_IDENTIFIER* - when identifier has invalid format.
- `404` — Source with given identifier not found. With codes * *SOURCE_NOT_FOUND* - when source is not found.

---

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