POST
/
api
/
token_claims
/
{id}
/
claim
Update user claim
curl --request POST \
  --url https://admin.snagsolutions.io/api/token_claims/{id}/claim \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "walletAddress": "<string>"
}'
{
  "message": "<string>",
  "data": {
    "walletAddress": "<string>",
    "tokenClaimId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "claimedAt": "2023-11-07T05:31:56Z",
    "totalAllocation": 123
  }
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Body

application/json

Body

The body is of type object.

Response

200
application/json

200

The response is of type object.