Skip to main content

Get Link

Retrieve a shortened URL.

Get by ID

GET /api/v1/urls/{id}

Headers:
Authorization: Bearer ez_<token>

Get by Alias

GET /api/v1/urls/alias/{alias}

Headers:
Authorization: Bearer ez_<token>

Notes

  • {id} is the numeric or UUID identifier of the URL.
  • {alias} is the custom alias assigned at creation.