postman.nser.cc
Open in
urlscan Pro
54.172.48.65
Public Scan
URL:
https://postman.nser.cc/
Submission: On September 27 via automatic, source certstream-suspicious — Scanned from DE
Submission: On September 27 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
0 forms found in the DOMText Content
Public Documentation Settings Environment No Environment Layout Double Column Language cURL NSER MATCHING SERVICE * Introduction POST Check NSER for registration NSER Matching Service This API is to be used by IWPs to check for existance of NSER registration AUTHORIZATIONAPI Key Key <key> Value <value> POST Check NSER for registration https://exc8jv9z5g.execute-api.ap-southeast-2.amazonaws.com/dev/match AUTHORIZATIONAPI Key This request is using API Key from collectionNSER Matching Service HEADERS Content-Type application/json BODYraw { "date_of_birth": "1986-11-23", "first_name": "John", "last_name": "Citizen", "postcode": "2066", "email_address": "john.citizen@nser.gov.au", "phone_number": "0499123456" } NSER checked successfully Example Request View More curl --location --request POST 'https://exc8jv9z5g.execute-api.ap-southeast-2.amazonaws.com/dev/match' \ --header 'x-api-key: <API Key>' \ --data-raw '{ "date_of_birth": "1986-11-23", "first_name": "John", "last_name": "Citizen", "postcode": "2066", "email_address": "john.citizen@nser.gov.au", "phone_number": "0499123456" }' Example Response 200 OK Body Header(2) { "match_found": true }