Utility Endpoints (For Consumption Only)
These endpoints are provided by MM to integrators and serve various utility purposes. There is no need to implement a version of these endpoints using the generic specification.
IP Verification
To guarantee that the user landing on the provider widget is the same user who generated the link, we include a hash parameter in the widget URL. This hash is a salted hash of the user's IP address, where the salt is controlled by us.
Once the user lands on the third-party widget, the provider can use our /verify/ip
endpoint. This endpoint compares the provided hash and the IP address received on the widget to confirm if they match.