API Endpoints
Our public API endpoint reference
- GET authTest authentication and obtain the current user’s info.
- GET domainsGet all domains you own.
- GET domains/{id}Get short domain data by its ID.
- 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.
- PUT domains/{id}Update an existing domain.