Skip to main content
GET
/
api
/
v1
/
verification
/
status
/
{qHash}
Get verification status
curl --request GET \
  --url https://api.neus.network/api/v1/verification/status/{qHash}
{
  "success": true,
  "data": {},
  "status": "<string>",
  "qHash": "<string>",
  "cached": true,
  "cachedAt": 123
}

Headers

x-wallet-address
string
x-track-view
enum<string>
Available options:
1,
true
x-signature
string
x-signed-timestamp
string

Path Parameters

qHash
string
required
Pattern: ^0x[a-fA-F0-9]{64}$

Query Parameters

latestScope
enum<string>
Available options:
1,
true,
yes
trackView
enum<string>
Available options:
1,
true
walletAddress
string
verifierId
string
scopeKey
string

Response

OK

success
boolean
data
object
status
string
qHash
string
cached
boolean
cachedAt
number