Skip to main content
POST
/
api
/
v2
/
verification
/
dukcapilfull
Dukcapil Data Full
curl --request POST \
  --url https://{environment-subdomain}.idmetagroup.com/api/v2/verification/dukcapilfull \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "city": "<string>",
  "date_of_birth": "1990-01-01",
  "district": "<string>",
  "gender": "<string>",
  "job_type": "<string>",
  "marital_status": "<string>",
  "mother_maiden_name": "<string>",
  "name": "<string>",
  "nik": "<string>",
  "no_kk": "<string>",
  "place_of_birth": "<string>",
  "province": "<string>",
  "rt": "<string>",
  "rw": "<string>",
  "subdistrict": "<string>",
  "selfie_image": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD...",
  "template_id": "{your_trust_flow_id}",
  "verification_id": "{your_created_verification_id}"
}
'
{
  "status": "VERIFIED",
  "message": "OK",
  "result": {
    "success": true,
    "message": "Berhasil",
    "data": {
      "nik": true,
      "name": true,
      "date_of_birth": true,
      "selfie_image_percentage": "99.8",
      "liveness_result": null,
      "liveness_fail_message": "",
      "no_kk": null,
      "mother_maiden_name": null,
      "place_of_birth": true,
      "address": true,
      "gender": true,
      "marital_status": true,
      "job_type": true,
      "province": true,
      "city": true,
      "district": true,
      "subdistrict": true,
      "rt": true,
      "rw": true,
      "uuid": "76367de2-1b77-4eb7-9bc3-3263b62ebf2f",
      "url": "",
      "reason_code": "0",
      "error_message": null
    }
  },
  "risk_rating": "LOW",
  "api_request_status": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.idmetagroup.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Body

application/json
date_of_birth
string
required

Date of birth of the individual.

gender
string
required

Gender of the individual (for example, Male or Female).

name
string
required

Full name of the individual to be verified.

nik
string
required

Indonesian National Identity Number (Nomor Induk Kependudukan).

template_id
integer
required

Identifier used to categorize or group requests for tracking or reporting.

verification_id
string
required

A unique ID used to identify your verification request.

address
string

Residential address of the individual.

city
string

City of residence.

district
string

District or municipality.

job_type
string

Occupation or type of job.

marital_status
string

Marital status (for example, Single, Married, Divorced).

mother_maiden_name
string

Mother's maiden name.

no_kk
string

Family card number (Nomor Kartu Keluarga).

place_of_birth
string

Place of birth of the individual.

province
string

Province of residence.

rt
string

Neighborhood unit (Rukun Tetangga).

rw
string

Community unit (Rukun Warga).

subdistrict
string

Subdistrict or village.

selfie_image
string

Base64-encoded selfie image.

Response

200 - application/json

Dukcapil data full verified successfully

status

Outcome flag; may be boolean or string (for example REJECTED).

message
string
result
object
risk_rating
string

Risk rating when returned by the API (for example HIGH).

api_request_status
integer