- Retrieve a customer's lifetime summary metrics
Retrieve customers
Create a customer
Retrieve a customer
Upsert a customer
Merge and delete a customer
Retrieve a customer's lead source
Create a customer's lead source
Delete a customer's lead source
Retrieve customer credit balance
Create a compliance screening report
Customer created
Customer merged
Customer one-time-password requested
Customer tax number validated
Customer updated
Experian check performed
Lead source changed
Retrieve a customer's lif...
Retrieves lifetime summary metrics for a customer with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/experimental/customers/{customerId}/summary-metrics
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experimental/customers/{customerId}/summary-metrics
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experimental/customers/{customerId}/summary-metrics
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/experimental/customers/{customerId}/summary-metrics' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Metrics retrieved.
Response
{ "currency": "USD", "refundsAmount": 0.1, "revenueAmount": 0.1, "disputesAmount": 0.1 }