Skip to main content
GET
List Links
Retrieve all links with pagination and filtering options. Request:
cURL
Response:

Authorization

string
required
Bearer token for API authentication. Format: Bearer YOUR_API_KEY

Query Parameters

Pagination Parameters

string
Cursor for pagination (use for efficient pagination)
integer
default:"1"
Page number (starts from 1)
integer
default:"20"
Number of items per page (maximum 100)

Sorting Parameters

string
Field to sort by (e.g., “created_at”, “updated_at”, “clicks”, “code”)
string
default:"desc"
Sort order: “asc” for ascending or “desc” for descending

Filtering Parameters

boolean
Filter by archived status (true for archived links, false for active links)