Skip to main content
POST
/
api
/
v1
/
admin
/
kyc
/
{kycId}
/
request-resubmit
Request KYC document resubmission
curl --request POST \
  --url https://app.mlm-platform.com/api/v1/admin/kyc/{kycId}/request-resubmit \
  --header 'Content-Type: application/json' \
  --header 'x-tenant-api-key: <api-key>' \
  --data '
{
  "reason": "<string>"
}
'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"message": "<string>",
"reason": "<string>"
}

Authorizations

x-tenant-api-key
string
header
required

Tenant API key for authentication. Keys are scoped to specific environments (LIVE or SANDBOX). Obtain keys from the admin dashboard.

Path Parameters

kycId
string<uuid>
required

Body

application/json
reason
string
required
Maximum string length: 500

Response

Resubmission requested

id
string<uuid>
userId
string<uuid>
status
string
message
string
reason
string