RESTful API for building Hoply integrations
/api/linksCreate a new deeplink with custom routing
title (string)Link title
ios_url (string)iOS deeplink URL
android_url (string)Android deeplink URL
web_url (string)Web fallback URL
/api/linksRetrieve all deeplinks for your account
limit (number)Results per page (default: 20)
offset (number)Pagination offset
/api/analytics/:linkIdGet detailed analytics for a specific link
from (date)Start date (YYYY-MM-DD)
to (date)End date (YYYY-MM-DD)