curl --request POST \
--url https://api.example.com/offering-purchase-intent/{offeringPurchaseIntentId}/confirm{
"result": {
"status": "success",
"data": {
"message": "The offering purchase intent has been successfully validated"
}
}
}Confirm purchase intent
curl --request POST \
--url https://api.example.com/offering-purchase-intent/{offeringPurchaseIntentId}/confirm{
"result": {
"status": "success",
"data": {
"message": "The offering purchase intent has been successfully validated"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.decentri.org/llms.txt
Use this file to discover all available pages before exploring further.