{ "opencollection": "1.0.0", "info": { "name": "Global System for Mobile Communications GSMA Camara Project Endpoint Discovery Application Phone Number Verify API", "version": "0.1.0-wip" }, "items": [ { "info": { "name": "Phone Number Verify", "type": "folder" }, "items": [ { "info": { "name": "Global System for Mobile Communications Verifies if the received hashed/plain text phone number matches the phone number associated with the access token", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/{basePath}/verify", "headers": [ { "name": "x-correlator", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verifies if the specified phone number (either in plain text or hashed format) matches the one that the user is currently using. Only one of the plain or hashed formats must be provided.\n- The number verification will be done for the user that has authenticated via mobile network\n- It returns true/false depending on if the hashed phone number received as input matches the authenticated user's `device phone number` associated to the access token\n" } ] } ], "bundled": true }