{ "opencollection": "1.0.0", "info": { "name": "Call Forwarding Signal Age Verification API", "version": "wip" }, "items": [ { "info": { "name": "Age Verification", "type": "folder" }, "items": [ { "info": { "name": "Verify Age Threshold", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/call-forwarding-signal/vwip/verify", "headers": [ { "name": "x-correlator", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verify that the age of the subscriber associated with a phone number is equal to or greater than the specified age threshold value.\n\nAs it is possible that the person holding the contract and the end-user of the subscription may not be the same, the endpoint also admits a list of optional properties to be included in the request to improve the identification. The response may optionally include the `identityMatchScore` property with a value that indicates how certain it is that the information r" } ] } ], "bundled": true }