{ "opencollection": "1.0.0", "info": { "name": "Device Location Retrieval Check Device Swap Match API", "version": "wip" }, "items": [ { "info": { "name": "Match", "type": "folder" }, "items": [ { "info": { "name": "Matching a customer identity by checking a set of attributes related against the account data bound to their phone number.", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/location-retrieval/vwip/match", "headers": [ { "name": "x-correlator", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verify matching of a number of attributes related to a customer identity against the verified data bound to their phone number in the Operator systems. Regardless of whether the `phoneNumber` is explicitly stated in the request body, at least one of the other fields must be provided, otherwise a `HTTP 400 - KNOW_YOUR_CUSTOMER.INVALID_PARAM_COMBINATION` error will be returned.\n\nThe API will return the result of the matching process for each requested attribute. This means that the response will *" } ] } ], "bundled": true }