---
title: "Process IMSS"
method: POST
path: "/omni/process/imss"
tags: ["Interview"]
---

# Process IMSS

`POST /omni/process/imss`

Trigger fetching of work history for curp. This will notify the results to the configured [Work History Webhook](https://developer.incode.com/docs/work-history-webhook).

## Headers

- `api-version` string, required

## Request body

- ProcessImssRequest
  - `curp` string — If not specified it will use one from interview

## Response `200`

OK

- BasicResponse
  - `success` boolean — Flag indicating request passed successfully.
  - `sessionStatus` 'Alive' | 'Closed' | 'Deleted' — Session status

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/incode/apis/incode-omni-api.md) · [All operations](https://skmtc.net/incode/apis/incode-omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incode/incode-omni-api/versions/30cd6d926ea3/schema)
