API 목록

각 API에 대한 자세한 설명은 아래 링크를 참고해 주세요.

채용 공고 (Jobs)

공고 관련 API 정보를 가져옵니다.

Method
Endpoint
Description

지원자 (Candidates)

지원자 관련 API 정보를 가져옵니다.

Method
Endpoint
Description

GET

/v1/candidates/{code}

GET

/v1/candidates/{candidate_code}/memos

GET

/v1/candidates/{candidate_code}/tags

지원서 (Application Form)

지원서 관련 API 정보를 가져옵니다.

Method
Endpoint
Description

GET

/v1/application_forms

GET

/v1/application_forms/{code}

POST

/v1/application_forms/{code}/apply

평가 (Feedback)

평가 관련 API 정보를 가져옵니다.

Method
Endpoint
Description

GET

/v1/feedback/candidate_scores?candidate_id={code}

GET

/v1/feedback/candidate_scores/{code}

면접 (Interviews)

면접 관련 API 정보를 가져옵니다.

Method
Endpoint
Description

GET

/v1/interviews/{code}

파일 (Files)

파일 업로드 관련 API 정보를 가져옵니다.

Method
Endpoint
Description

POST

/v1/upload/presign

웹훅 (Webhooks)

웹훅 관련 API 정보를 가져옵니다.

Method
Endpoint
Description

GET

/v1/webhooks

GET

/v1/webhooks/{id}

POST

/v1/webhooks

PUT

/v1/webhooks/{id}

DELETE

/v1/webhooks/{id}

Last updated