Skip to main content
POST
Birth Certificate

Authorizations

Authorization
string
header
required

Use your API token as a Bearer token in the Authorization header.

Headers

Authorization
string
required
Example:

"Bearer {your_api_token}"

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

Body

application/json
dob
string
required

Date of birth in DD-MM-YYYY format.

Example:

"15-03-1990"

registrationNumber
string
required

Birth registration number.

registrationState
string
required

State that registered the birth.

Example:

"NSW"

registrationDate
string
required

Date the birth was registered in DD-MM-YYYY format.

Example:

"20-03-1990"

certificateNumber
string
required

Certificate number.

familyName
string

Family name on the certificate.

givenName
string

Given name(s) on the certificate.

registrationYear
string

Year the birth was registered.

datePrinted
string

Date the certificate was printed in DD-MM-YYYY format.

metadata
object

Optional key-value pairs echoed back in the response.

Response

Request processed. Check data.isValid and verificationStatus to determine the outcome.

success
boolean
required
message
string
required
data
object
required
verificationStatus
enum<string>
required
Available options:
VERIFIED,
REJECTED
verificationStatusCode
integer
required

3 = Verified, 1 = Rejected.

transactionId
string<uuid>
required
verificationType
string
required
Example:

"australia_birth_certificate"

createdAt
string
required
metadata
object | null