Hash ID API
Get a user has
The Hash ID API can be employed to obtain a hash for the expedited user, facilitating swift and uncomplicated user verification. It's essential to understand that this API does not retain any of the gathered information.
Gets the users hash
GET
https://api.mcjoe21.com/v1/hashid/get
Here's an example of what comes back from the get endpoint
Verify user
You can also use the hash to verify the users device by using the verify endpoint
Verifies the users hash
GET
https://api.mcjoe21.com/v1/hashid/verify
Query Parameters
Name
Type
Description
hash*
Hash
Here's an example of what comes back from the verify endpoint
Last updated
Was this helpful?