post https://api.prod.metamap.com/govchecks/v1/ph/umid-ssn
Verify a user's UMID/SSN against the Philippine UMID/SSN database via document number
This API Requires a Webhook URL
Go here for more information on setting up a webhook listener.
If the document number is valid within UMID/SSN database, MetaMap will return a boolean value whether this is true, in case it is valid, or false in case it is not valid.
The following is an example request
curl --location 'https://api.prod.metamap.com/govchecks/v1/ph/umid-ssn' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{TOKEN}}' \
--data '{
"documentNumber": "0123-4567890-1",
"callbackUrl": "https://some.webhook.url"
}'