Skip to main content
POST
/
api
/
v1
/
verification
/
australia
/
driver_license
AU Driver License
curl --request POST \
  --url https://{environment-subdomain}.idmetagroup.com/api/v1/verification/australia/driver_license \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "card_number": "<string>",
  "dob": "15-08-1990",
  "family_name": "<string>",
  "given_name": "<string>",
  "license_number": "<string>",
  "middle_name": "<string>",
  "state_of_issue": "<string>",
  "template_id": "{your_trust_flow_id}",
  "verification_id": "{your_created_verification_id}"
}
'
{
  "status": true,
  "message": "OK",
  "result": {
    "ActivityId": "fbf85de7-1b92-4e8a-b01e-3dcc97cbb118",
    "Errors": [],
    "OriginatingAgencyCode": "IDM001",
    "VerificationRequestNumber": "VI-01-01",
    "VerificationResultCode": 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
dob
string
required

Date of birth of the individual.

family_name
string
required

Last name of the individual.

given_name
string
required

First name of the individual.

licence_number
string
required

Associated license number if applicable.

state_of_issue
string
required

Australian state where the card/license was issued.

template_id
string
required

Internal template identifier.

verification_id
string
required

Unique ID for the verification request.

card_number
string

The number of the healthcare or ID card.

middle_name
string

Middle name of the individual.

Response

200 - application/json

AU driver license verification processed successfully

status
boolean
message
string
result
object