🆔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

{
  "data": {
    "value": text
  }

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

  "data": {
    "value": hash
  }

Last updated

Was this helpful?