Official Api
latest
  • latest
  • 1.0.0
  1. Price Alerts
Official Api
latest
  • latest
  • 1.0.0
  • Auth
    • Login/Guest Login
      • Auth - Guest
      • Auth - Login
      • Auth - Login (With E-Mail)
    • Register
      • Auth - Register
      • Auth - Register Corporate
    • Remember
      • Auth - Remember Password
      • Auth - Remember Password For E-Mail
      • Auth - Remember Otp Verify
      • Auth - Set New Password
    • Auth Otp Verify
      POST
    • Auth - Logout
      DELETE
    • Auth - State
      GET
  • Customer
    • Passengers
      • Passenger List
      • Passenger Create
      • Passenger Delete
      • Passenger Update
    • invoice Info
      • Invoice Info - List
      • Invoice Info - Create
      • Invoice Info - Delete
      • Invoice Info - Update
    • Favorite Flights
      • Favorites - Flight
      • Favorites - Add Flight
      • Favorites - Delete Flight
      • Favorites - Check for Flight
    • Notifications
      • Notifications - Get
      • Notifications - Update
      • Notifications - Register Device
      • Notifications - Unregister Device
    • Fast Actions
      • Fast Actions - Get Flight Actions
      • Fast Actions - Update Flight Actions
      • Fast Actions - Get Bus Actions
      • Fast Actions - Update Bus Actions
      • Fast Actions - Clear Flight Actions
    • Customer - Get Profile
      GET
    • Customer - Update Profile
      POST
    • Customer - Update Password
      POST
    • Search History - Flight
      GET
    • Customer - Remove Account
      DELETE
  • Utils
    • Calendar - Month
      GET
    • Enums - FlightSearchFilters
      GET
  • Flight
    • Search
      • Domestic
        • One Way / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Package Price
          • Allocate
          • Set Passengers
          • Prebooking
        • Round Trip / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price
          • Allocate
          • Set Passengers
          • Prebooking
        • Round Trip / 2 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price
          • Allocate
          • Set Passengers
          • Prebooking
        • Round Trip / 1 ADT (Non package)
          • Search Flight
          • Get Job (Flight)
          • Allocate
          • Set Passengers
          • Prebooking
      • International
        • One Way / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price Copy Copy
          • Allocate
          • Set Passengers
          • Prebooking
          • Payment Types
        • Round Trip / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Allocate
          • Calculate Price
          • Set Passengers
          • Prebooking
        • Round Trip / 2 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price Copy
          • Allocate
          • Set Passengers
          • Prebooking
      • Search Flight - Filter
    • Price Alerts
      • Flight Alerts - Create
        POST
      • Flight Alerts - List
        GET
      • Flight Alerts - Delete
        DELETE
      • Flight Alerts - Create/Delete
        POST
    • Load Journey (dev only)
      GET
  • Bus
    • Bus - Search with Slug
    • Bus - Search
    • Get Job (Bus)
    • Bus - Bus Details
    • Bus - Check Seat Status
    • Bus - Set Passengers
    • Bus - Finalize (Local Dev Only)
    • Bus - Search - Filter
    • Bus - Stations
  • Hotel
    • Hotel - Search by Destination
    • Hotel - Search by Hotel Code
    • Get Job (Hotel)
    • Hotel - Get Hotel Details
    • Hotel - Validate Rooms
    • Hotel - Set Paxes
    • Hotel - Complete (Dev Only)
  • Socket
    • Auth
    • Subscribe Channel/Module
    • Emit Message
    • Search Airports
    • Search Hotels
    • Emit Subscribe Job
  • Auto Completes
    • Airport Search
    • Bus Station Search
    • Hotel Search
  • Queue / Socket
    • Get Job
  • Misc
    • Airlines
    • Countries
    • Popular Cities
    • Currencies
    • Contact Form
    • Check Module Availability
    • Popular Flights
    • Newsletter Subscribe
  • Payment
    • Pay with Account Balance (For Corporate Customers)
      • Payment - Account - Check Availablity
      • Payment - Account - Make Payment
    • Credit Card Storage
      • Saved Cards - List
      • Saved Cards - Add
      • Saved Cards - Delete
    • Pay with Credit Card (New Card)
      • Payment Types - Get All
      • Card Payment - Bin Query
      • Card Payment - Prepare 3D Form (new card)
      • Card Payment - Check Status
    • Pay with Credit Card (Saved Card)
      • Payment Types - Get All
      • Saved Cards - List
      • Card Payment - Bin Query
      • Card Payment - Prepare 3D Form (new card)
      • Card Payment - Check Status
  • Orders
    • Get Orders
    • Get Order
    • Upcoming Travels
    • Check Pnr
    • Check Order Status
  • Blog
    • Blog - Custom Tags
    • Blog - Category
    • Blog - Newest
    • Blog - Categories
    • Blog - Post
  • Contents
    • Kampanyalar
    • Contact Information
    • Gizlilik Sözleşmesi
    • Sık Sorulan Sorular
    • Popular Flights
    • Popular Cities
    • Popular Bus Routes
    • Get Slug Service
    • City - Flight
    • Get Page
  • Refund
    • Flight Refund (Query)
    • Flight Refund (Complete)
  • Notifications
    • Notification List
    • Notification - Mark as Read
  • Checkout
    • Coupons
      • Apply Coupon
      • Remove Coupon
    • Cart
  • Otp Verify
    POST
  • Status
    GET
  1. Price Alerts

Flight Alerts - List

GET
https://test-api.ucuzyolu.com/customer/flightalerts

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test-api.ucuzyolu.com/customer/flightalerts' \
--header 'client-id: 302382-1928283273-237723829-292999'

Responses

🟢200OK
application/json
Body

Example
{
    "data": {
        "data": [
            {
                "id": 1,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T15:38:49.000000Z"
            },
            {
                "id": 2,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T18:31:49.000000Z"
            },
            {
                "id": 3,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T18:35:31.000000Z"
            },
            {
                "id": 4,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T18:42:41.000000Z"
            },
            {
                "id": 5,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T18:46:47.000000Z"
            },
            {
                "id": 6,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T18:48:19.000000Z"
            },
            {
                "id": 7,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T18:49:40.000000Z"
            },
            {
                "id": 8,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T18:50:11.000000Z"
            },
            {
                "id": 9,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T18:51:07.000000Z"
            },
            {
                "id": 10,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T18:55:35.000000Z"
            },
            {
                "id": 11,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:02:10.000000Z"
            },
            {
                "id": 12,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:05:15.000000Z"
            },
            {
                "id": 13,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:09:04.000000Z"
            },
            {
                "id": 14,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:11:54.000000Z"
            },
            {
                "id": 15,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:12:48.000000Z"
            },
            {
                "id": 16,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:15:47.000000Z"
            },
            {
                "id": 17,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:20:29.000000Z"
            },
            {
                "id": 18,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:40:53.000000Z"
            },
            {
                "id": 19,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:42:14.000000Z"
            },
            {
                "id": 20,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:45:30.000000Z"
            },
            {
                "id": 21,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:46:46.000000Z"
            },
            {
                "id": 22,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:47:22.000000Z"
            },
            {
                "id": 23,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:47:43.000000Z"
            },
            {
                "id": 24,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:48:15.000000Z"
            },
            {
                "id": 25,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T19:51:38.000000Z"
            },
            {
                "id": 26,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T20:04:53.000000Z"
            },
            {
                "id": 27,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T20:05:30.000000Z"
            },
            {
                "id": 28,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T21:04:45.000000Z"
            },
            {
                "id": 29,
                "origin": "IST",
                "destination": "ESB",
                "date": "2024-10-26",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": "2024-10-30",
                "flightType": "roundtrip",
                "originAirport": {
                    "name": "Atatürk Havalimanı",
                    "code": "IST",
                    "city": "Istanbul"
                },
                "destinationAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "createdAt": "2024-09-30T21:20:48.000000Z"
            },
            {
                "id": 30,
                "origin": "ESB",
                "destination": "JFK",
                "date": "2024-10-05",
                "adt": 1,
                "chd": 0,
                "inf": 0,
                "price": 0,
                "returnDate": null,
                "flightType": "oneway",
                "originAirport": {
                    "name": "Esenboğa Havalimanı",
                    "code": "ESB",
                    "city": "Ankara"
                },
                "destinationAirport": {
                    "name": "John F. Kennedy Uluslararası Havalimanı",
                    "code": "JFK",
                    "city": "New York"
                },
                "createdAt": "2024-09-30T21:44:18.000000Z"
            }
        ],
        "from": 1,
        "links": [
            {
                "url": null,
                "label": "pagination.previous",
                "active": false
            },
            {
                "url": "/?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "/?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "/?page=2",
                "label": "pagination.next",
                "active": false
            }
        ],
        "path": "/",
        "to": 30,
        "total": 38,
        "currentPage": 1,
        "firstPageUrl": "/?page=1",
        "lastPage": 2,
        "lastPageUrl": "/?page=2",
        "nextPageUrl": "/?page=2",
        "perPage": 30,
        "prevPageUrl": null
    },
    "success": true,
    "code": 0,
    "message": ""
}
Modified at 2024-11-28 01:29:13
Previous
Flight Alerts - Create
Next
Flight Alerts - Delete
Built with