Skip to main content
POST
/
api
/
v1
/
profile
/
gates
/
{gateId}
/
fulfill
Deliver a post-verify reward for hosted gate checkout (session or wallet-bound)
curl --request POST \
  --url https://api.neus.network/api/v1/profile/gates/{gateId}/fulfill \
  --header 'Content-Type: application/json' \
  --data '
{
  "qHash": "<string>",
  "walletAddress": "<string>"
}
'
{
  "success": true,
  "data": {},
  "timestamp": "2023-11-07T05:31:56Z"
}

Path Parameters

gateId
string
required
Maximum string length: 80
Pattern: ^[a-zA-Z0-9:_-]+$

Body

application/json
qHash
string
required

Receipt qHash from the completed verification

walletAddress
string

Wallet that completed verification (optional if session-authenticated)

Response

Fulfillment result

success
enum<boolean>
Available options:
true
data
object
timestamp
Last modified on July 4, 2026