---
title: "checkEmailToStartTradeInProcessOps Trade in"
method: POST
path: "/ops/trade-ins/check-email"
tags: ["ops"]
---

# checkEmailToStartTradeInProcessOps Trade in

`POST /ops/trade-ins/check-email`

Check if the user email is attached to the asset to start the trade in process requested by Ops

## Request body

- CheckEmailTradeInProcessOpsPayload
  - `asset_id` string, regexp, required — The asset ID
  - `user_email` string, email, required — E-mail of the user that requested the trade-in process

## Response `200`

OK response.

## Other responses

- `404` — NotFound: Not Found response.
- `503` — ServiceUnavailable: Service Unavailable response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/revisions/c66cdcca5f9e/schema)
