curl --request POST \
--url https://admin.snagsolutions.io/api/minting/status/{id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"status": "failed",
"txHash": "<string>"
}
'{
"message": "<string>"
}Update the status of a mint
curl --request POST \
--url https://admin.snagsolutions.io/api/minting/status/{id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"status": "failed",
"txHash": "<string>"
}
'{
"message": "<string>"
}Was this page helpful?