API REFERENCE

RESTful API for building Hoply integrations

POST/api/links

Create Link

Create a new deeplink with custom routing

PARAMETERS

title (string)

Link title

ios_url (string)

iOS deeplink URL

android_url (string)

Android deeplink URL

web_url (string)

Web fallback URL

GET/api/links

List Links

Retrieve all deeplinks for your account

PARAMETERS

limit (number)

Results per page (default: 20)

offset (number)

Pagination offset

GET/api/analytics/:linkId

Link Analytics

Get detailed analytics for a specific link

PARAMETERS

from (date)

Start date (YYYY-MM-DD)

to (date)

End date (YYYY-MM-DD)

READY TO BUILD?

Check out our documentation for complete examples and SDKs