SegMetrics Import API

The v1 Import API lets a customer push their own data into a SegMetrics integration — contacts (with UTM attribution, geo, affiliate and custom fields), tags, orders/invoices, subscriptions, products and ad performance. Writes are upserts keyed on contact_id or email. Authenticated with a raw API key in the Authorization header; account_id and integration_id are path segments.

API entry from apis.yml

apis.yml Raw ↑
aid: segmetrics-import-api
name: SegMetrics Import API
description: The v1 Import API lets a customer push their own data into a SegMetrics integration — contacts
  (with UTM attribution, geo, affiliate and custom fields), tags, orders/invoices, subscriptions, products
  and ad performance. Writes are upserts keyed on contact_id or email. Authenticated with a raw API key
  in the Authorization header; account_id and integration_id are path segments.
humanURL: https://developers.segmetrics.io/#getting-started
baseURL: https://import.segmetrics.io/api/v1
tags:
- Import
- Contacts
- Attribution
- Marketing
properties:
- type: APIReference
  url: https://developers.segmetrics.io/#getting-started
- type: Authentication
  url: authentication/segmetrics-authentication.yml