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"
}
}
}