Jump to Content
Dynalinks
API Reference
v1.0

Log InDynalinks
API Reference
Log In
v1.0API Reference

Dynalinks API

  • links
    • List all linksget
    • Create a new linkpost
    • Update an existing linkpatch
    • Create or update a linkpost
    • Get a link by IDget
    • Generate QR code for a linkget
    • Delete a link by IDdel
  • short_links
    • Shorten a linkpost
    • Resolve a short link to full pathpost
  • api_keys
    • List API keys for a projectget
    • Create a new API key for a projectpost
    • Get an API key by IDget
    • Update an API keypatch
    • Delete an API keydel
  • projects
    • List projectsget
    • Create a new projectpost
    • Get a project by IDget
    • Update an existing projectpatch
    • Delete a projectdel
    • Verify custom domain for a projectget
  • ios_apps
    • List iOS appsget
    • Create a new iOS apppost
    • Get an iOS app by IDget
    • Update an existing iOS apppatch
    • Delete an iOS appdel
  • android_apps
    • List Android appsget
    • Create a new Android apppost
    • Get an Android app by IDget
    • Update an existing Android apppatch
    • Delete an Android appdel
Powered by 

Resolve a short link to full path

post https://dynalinks.app/api/v1/short_links/resolve

Resolve a short link to full path. It's meant to be used on client side. API key is not required. You can use path from the response to read parameters from the path in your iOS or Android apps and redirect your users to a specific screen.

Language
Click Try It! to start a request and see the response here!