---
title: "Resume a Persona Inquiry"
method: POST
path: "/customers/{customer_id}/inquiries/{inquiry_id}/resume"
tags: ["KYC"]
---

# Resume a Persona Inquiry

`POST /customers/{customer_id}/inquiries/{inquiry_id}/resume`

Obtain a new `session_token` for resuming a Persona inquiry. This is required if the Persona inquiry, inquiry session, or `session_token` has expired. This can also be used if the `session_token` has been lost.

## Response `200`

- object
  - `meta` object
    - `session_token` string

## Other responses

- `422` — Unable to find matching Persona inquiry

---

[API](https://skmtc.net/bond/apis/customer.md) · [All operations](https://skmtc.net/bond/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bond/customer/revisions/62f5ac53144d/schema)
