API Reference
All v1 requests use https://api.shortify.com. The public API is limited to customer-owned links, deep links, read-only domains, analytics, and client attribution.
LinksOpen
Create, list, retrieve, update, and archive standard short links.
/v1/linksList standard short links with search, filtering, sorting, and cursor pagination.
Server API Key - Stable
/v1/linksCreate a short link with JSON fields for destination, domain, tags, tracking, and metadata.
Server API Key - Stable
/v1/links/{linkId}Retrieve a link by stable resource ID. PATCH updates it, and DELETE archives it.
Server API Key - Stable
Deep LinksOpen
Create and manage deep links using app configuration from the web panel.
/v1/deep-linksList deep links owned by the workspace with the same filters as standard links.
Server API Key - Stable
/v1/deep-linksCreate a deep link bound to an existing deep-link app configuration.
Server API Key - Stable
/v1/deep-links/{linkId}Retrieve, update, or archive a deep link by stable resource ID.
Server API Key - Stable
DomainsOpen
Read verified and archived domain inventory. Domain setup stays in the web panel.
AnalyticsOpen
Read link analytics, deep-link-app analytics, and raw event exports.
/v1/analytics/links/{linkId}Return summary, time series, breakdowns, recent events, and LaunchView metrics for one link.
Server API Key - Stable
/v1/analytics/deep-link-appReturn app-level analytics for the app resolved from the provided App API Key.
App API Key - Stable
/v1/analytics/eventsExport click, LaunchView, install, first-open, and customer-event rows with cursor pagination.
Server API Key - Stable
Client APIsOpen
Publishable-key endpoints for SDKs, attribution, deferred deep links, and customer events.
/v1/client/resolveResolve a link from linkId, shortLink, or domain and key.
Publishable Client Key - Stable
/v1/client/attribution/clickCreate click and attribution IDs for SDK-driven deferred deep-link flows.
Publishable Client Key - Stable
/v1/client/deferred-deep-linkLook up and consume a matching deferred deep-link payload.
Publishable Client Key - Stable
/v1/client/first-openRecord install or first-open attribution and return a matched deferred payload when available.
Publishable Client Key - Stable
/v1/client/eventsQueue up to 50 link-bound product events such as signup, purchase, or trial_started.
Publishable Client Key - Stable