API Endpoints
Our public API endpoint reference
- GET authTest authentication and obtain the current user’s info.
- GET linksGet all short links you own.
- GET links/{id}Get short link data by its ID.
- POST linksCreate a short link for the given long URL.