curl --request GET \
--url https://api.example.com/offering-purchase-intent/customer/{customerId}{
"result": {
"status": "success",
"data": {
"message": "The offering purchase intent has been successfully validated"
}
}
}Get offering purchase intent by customerId
curl --request GET \
--url https://api.example.com/offering-purchase-intent/customer/{customerId}{
"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.