Endpoints
https://smll.app/api
Some endpoints require an API key. Those endpoints are marked with an asterisk (*).
GET /link
*
Get all links of the user.
Response
POST /link
Create a link.
Body
Response
POST /link/access/<link-code>
Get link of a shorted link.
Body
Response
GET /link/<link-id>
*
Get a link by its code.
Response
PATCH /link/<link-id>
*
Update a link.
Body
Response
DELETE /link/<link-id>
*
Delete a link.