Skip to main content

API Endpoints

This section provides detailed documentation for each endpoint available in the API Seal Metrics v1.0, including required parameters, optional parameters, example requests, and example responses.


Common Parameters

ParameterTypeDescription
account_idstringYour account identifier (required for most endpoints)
date_rangestringDate range in YYYYMMDD,YYYYMMDD or predefined values
skipintegerRecords to skip (pagination), default: 0
limitintegerMax records to return, default: 100, max: 100
countrystringISO 3166-1 alpha-2 country filter (optional)
utm_mediumstringFilter by medium (email, cpc, social, etc.)
utm_sourcestringFilter by source (google, facebook, newsletter…)
utm_campaignstringFilter by campaign name
show_utmsbooleanDisplay UTM parameters (default: false)

Date Range Options

date_range accepts the following formats:

Specific range

20230601,20230630

Predefined values

  • today
  • yesterday
  • last_7_days
  • last_14_days
  • last_30_days
  • last_60_days
  • last_90_days
  • this_month
  • last_month
  • this_week_monday_sunday
  • this_week_sunday_saturday
  • this_year
  • last_year