Validate an ASIC/MSIC Card API

POST
/dvs/asic
LIVE

Validates an Aviation Security Identification Card (ASIC) or Maritime Security Identification Card (MSIC) against the DVS. Both are federally regulated cards required for unescorted access to secure airside and maritime zones.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "consent": true,
  "full_name": "John Smith",
  "birth_date": "1980-01-01",
  "card_number": "ABC123456",
  "card_expiry": "2024-02",
  "card_type": "ASIC"
}

Request Schema

preflight
Optional
boolean

Input validation only.

consent
Required
boolean

Individual's consent.

full_name
Required
string

Full name of the card holder.

birth_date
Required
string

YYYY-MM-DD.

card_number
Required
string

Card number printed on the ASIC or MSIC card

card_expiry
Required
string

Card expiry string (YYYY-MM)

card_type
Required
enum

ASIC or MSIC.

Available Response Data

3 Data Points
01
monitor_heart

verification_result_code: Y, N, D or S

02
tag

activity_id and verification_request_number

03
data_object

additional_information array

for example SI-001 Name on Card does not match

lock Full API documentation provided after vetting from our compliance team.
By The Numbers

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

flight

Airport contractor onboarding

Validate ASIC cards for contractors, suppliers and casual workers who need unescorted access to secure zones at Australian airports

directions_boat

Maritime port access control

Validate MSIC cards for personnel at security-regulated ports and offshore facilities.

Trust & Assurance

Compliance & Security tag

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

Common Questions tag

Everything you need to know about implementation details and compliance infrastructure.

rocket_launch Implementation

Which card types does it cover?

add

Two. ASIC (Aviation Security Identification Card) and MSIC (Maritime Security Identification Card). One endpoint handles both.

Try it Live

API Testing Sandbox tag

Test the Validate an ASIC/MSIC Card API directly in your browser with live mock data and see instant results.

rocket_launch Request Sandbox Access

Access to live sandbox environments requires manual approval from our compliance team.

BACK TO TOP