---
title: "Aml Check"
method: POST
path: "/aml"
---

# Aml Check

`POST /aml`

Start a new journey from backend server.

## Request body

- object
  - `flow_id` string, required — The flow id.
  - `reference_no` string — The reference number. (AKA userId)
  - `entity_details` object, required — (optional) only for AML journeys.The applicant object, only full name is mandatory, and birth date and sex are optional parameters
    - `full_name` string — Entity full name
    - `birth_year` string — The birth year
    - `sex` string — sex is optional either `male` or `female`

## Response `200`

200

- object
  - `success` boolean
  - `check_id` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

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