---
title: "Get candidate's offer"
method: GET
path: "/candidates/{id}/jobs/{jobId}/offers/{offerId}"
tags: ["offers"]
---

# Get candidate's offer

`GET /candidates/{id}/jobs/{jobId}/offers/{offerId}`

## Path parameters

- `offerId` string, required

## Response `200`

Candidate's offer

- Offer
  - `id` string, required
  - `status` 'CREATED' | 'PENDING_APPROVAL' | 'APPROVED' | 'NOT_APPROVED' | 'PENDING_ACCEPTANCE' | 'ACCEPTED' | 'NOT_ACCEPTED' | 'ABANDONED', required
  - `createdOn` string, date-time, required
  - `updatedOn` string, date-time, required
  - `properties` object
  - `actions` object, required
    - `candidate` Action, required
      - `url` string, required
      - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required
    - `job` Action
      - `url` string, required
      - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required
    - `details` Action, required
      - `url` string, required
      - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required

## Other responses

- `401` — Candidate access denied
- `403` — with code **NO_ACCESS_TO_OFFERS** when not permitted to see offers
- `404` — Offer 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/revisions/449bdc2516c9/schema)
