Skip to main content
POST
/
api
/
v1
/
verification
/
australia
/
visa
AU Visa
curl --request POST \
  --url https://{environment-subdomain}.idmetagroup.com/api/v1/verification/australia/visa \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "country_of_issue": "<string>",
  "dob": "24-11-1990",
  "family_name": "<string>",
  "given_name": "<string>",
  "passport_number": "<string>",
  "template_id": "{your_trust_flow_id}",
  "verification_id": "{your_created_verification_id}"
}
'
{
  "status": true,
  "message": "OK",
  "result": {
    "ActivityId": "56ad77b8-6562-4751-a077-99a1740168e5",
    "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 individual.

family_name
string
required

Family name (surname) of the individual.

given_name
string
required

Given name of the individual to be verified.

passport_number
string
required

Number on the passport for verification.

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.

country_of_issue
string

Country where visa was issued for verification.

Response

200 - application/json

AU visa verification processed successfully

status
boolean
message
string
result
object