Hash

Provide the hash of phone number

get
Path parameters
phonestringRequired

Phone Number

Example: +82 10-1000-5000
Responses
200Success
application/json
get
GET /v1/phone/hash/{phone} HTTP/1.1
Host: 
Accept: */*
200Success
{
  "code": 0,
  "data": {
    "phone": "+82 10-1000-5000",
    "phoneHash": "0xF48F4BF6C8B5B285F0D9EB5D52623EE14B6F2B5980E87FAC89E4B968995FAE2B"
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}