Skip to main content
GET
/
v1
/
customers
/
{id}
/
sourcing
Get retailer sourcing
curl --request GET \
  --url http://localhost:3000/v1/customers/{id}/sourcing
{
  "retailers": [
    {
      "name": "<string>",
      "spend": 123,
      "frequency": 123
    }
  ]
}

Path Parameters

id
string<uuid>
required

Customer profile UUID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Sourcing analytics

Get sourcing response

retailers
object[]
required