Skip to main content
GET
/
offering-purchase-intent
/
customer
/
{customerId}
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.

Path Parameters

customerId
string
required

Response

The offering purchase intent has been successfully retrieved

result
object
required

The result