GET
/
v1
/
analytics
/
lifetime
curl --request GET \
  --url https://api.oneofnone.io/v1/analytics/lifetime \
  --header 'x-api-key: <api-key>'
{
  "sales": 123,
  "taps": 123,
  "registrations": 123
}

Authorizations

x-api-key
string
header
required

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Query Parameters

team_slug
string

The team slug to filter by.

team_id
string

The team ID to filter by.

collection_id
string

The collection ID to filter by.

collection_slug
string

The collection slug to filter by.

product_id
string

The product ID to filter by.

country
string

The country to filter by.

region
string

The region to filter by.

Response

200
application/json
Successfully fetched lifetime product analytics.
sales
number

Total sales for the product.

taps
number

Total taps for the product.

registrations
number

Total registrations for the product.