List Links
Links API
List Links
Retrieve a paginated list of links with optional filtering
GET
List Links
Retrieve all links with pagination and filtering options.
Request:
Response:
cURL
Authorization
Bearer token for API authentication. Format:
Bearer YOUR_API_KEYQuery Parameters
Pagination Parameters
Cursor for pagination (use for efficient pagination)
Page number (starts from 1)
Number of items per page (maximum 100)
Sorting Parameters
Field to sort by (e.g., “created_at”, “updated_at”, “clicks”, “code”)
Sort order: “asc” for ascending or “desc” for descending
Filtering Parameters
Filter by archived status (true for archived links, false for active links)