Skip to main content
POST
/
v1
/
customers
/
{id}
/
refresh-analytics
Refresh customer analytics
curl --request POST \
  --url http://localhost:3000/v1/customers/{id}/refresh-analytics
{
  "success": true,
  "analytics": "<unknown>",
  "message": "<string>"
}

Path Parameters

id
string<uuid>
required

Customer profile UUID

Example:

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

Response

Analytics refreshed

Refresh analytics response

success
enum<boolean>
required
Available options:
true,
false
analytics
unknown
message
string