Select Page

Campspot API Authentication Test

Test 1: General Park Data

API URL: https://nonprod-api.campspot.com/stg/booking-service/v2/general-park-data
Headers: Array
(
    [X-Api-Key] => lD9dWa3LDH6j0Xu72xOGD1fj3r1dnsNN9oZ0XuHg
    [X-Client-Type] => EXTERNAL
    [X-Reservation-Source] => NEWBY_MANAGEMENT
    [Accept] => application/json
    [Content-Type] => application/json
)

✓ SUCCESS: General park data loaded

Array
(
    [amenities] => Array
        (
            [0] => Cable
            [1] => Water Hook-Up
            [2] => Mini Fridge
            [3] => Electricity
            [4] => Heat
            [5] => Gas Grill
            [6] => Fire Ring
            [7] => Stove
            [8] => Microwave
            [9] => Private Shower
            [10] => Wi-Fi
            [11] => Kitchen
            [12] => Shower
            [13] => Pet-Friendly
            [14] => Picnic Table
            [15] => Air Conditioning
            [16] => Concrete Pad
            [17] => Charcoal Grill
            [18] => Fire Pit
            [19] => Back-In
            [20] => Refrigerator
            [21] => Accessible
            [22] => Pull-Through
            [23] => Private Bathroom
            [24] => Sewer Hook-Up
            [25] => Patio
            [26] => 30-Amp
            [27] => 20-Amp
            [28] => 50-Amp
            [29] => Oven
        )

    [campsiteCategories] => Array
        (
            [0] => Array
                (
                    [name] => Tent Sites
                    [code] => tent
                )

            [1] => Array
                (
                    [name] => Lodging
                    [code] => lodging
                )

            [2] => Array
                (
                    [name] => RV Sites
                    [code] => rv
                )

        )

    [rvSlideouts] => Array
        (
            [0] => Array
                (
                    [value] => 0
                    [label] => None
                )

            [1] => Array
                (
                    [value] => 1
                    [label] => Driver Side
                )

            [2] => Array
                (
                    [value] => 1
                    [label] => Passenger Side
                )

            [3] => Array
                (
                    [value] => 2
                    [label] => Both Sides
                )

        )

    [rvTypes] => Array
        (
            [0] => Truck Camper
            [1] => Motorhome
            [2] => Fifth-Wheel
            [3] => Van
            [4] => Travel Trailer
            [5] => Tent
            [6] => Pop-Up
        )

    [parkFeatures] => Array
        (
            [0] => Arcade
            [1] => Basketball
            [2] => Bathrooms
            [3] => Cable TV
            [4] => Dog Park
            [5] => Dump Station
            [6] => Fishing
            [7] => GaGa Ball
            [8] => Garbage
            [9] => Golf Cart Rental
            [10] => Hot Tub / Sauna
            [11] => Internet Access
            [12] => Laundry
            [13] => Mini-Golf
            [14] => Outdoor Theater
            [15] => Pavilion
            [16] => Playground
            [17] => Pool
            [18] => Snack Stand
            [19] => Volleyball
            [20] => Waterpark
            [21] => Sports Field
            [22] => Arts & Crafts
            [23] => Beach
            [24] => Boat Launch
            [25] => Hiking
            [26] => Canoeing / Kayaking
            [27] => Paddle Boat
            [28] => Shuffleboard
            [29] => Bike Rental
            [30] => General Store
            [31] => Showers
            [32] => Ice Cream
            [33] => Restaurant
            [34] => Waterfront
            [35] => Jumping Pillow
            [36] => Laser Tag
            [37] => Pedal Cart
            [38] => Special Events
            [39] => Live Music
            [40] => Zip Line
            [41] => Clubhouse
        )

)
API URL: https://nonprod-api.campspot.com/stg/booking-service/v2/parks/id/5213
Headers: Array
(
    [X-Api-Key] => lD9dWa3LDH6j0Xu72xOGD1fj3r1dnsNN9oZ0XuHg
    [X-Client-Type] => EXTERNAL
    [X-Reservation-Source] => NEWBY_MANAGEMENT
    [Accept] => application/json
    [Content-Type] => application/json
)

Test 2: Park by ID (5213)

API URL: https://nonprod-api.campspot.com/stg/booking-service/v2/parks/id/5213
Headers: Array
(
    [X-Api-Key] => lD9dWa3LDH6j0Xu72xOGD1fj3r1dnsNN9oZ0XuHg
    [X-Client-Type] => EXTERNAL
    [X-Reservation-Source] => NEWBY_MANAGEMENT
    [Accept] => application/json
    [Content-Type] => application/json
)

✓ SUCCESS: Park data loaded

Park Name: Canopy Oaks RV Resort - Lake Wales, FL

Address: 16950 County Road 630, Lake Wales, FL 33898

Test 3: Campsite Types

API URL: https://nonprod-api.campspot.com/stg/booking-service/v2/parks/id/5213/campsite-types
Headers: Array
(
    [X-Api-Key] => lD9dWa3LDH6j0Xu72xOGD1fj3r1dnsNN9oZ0XuHg
    [X-Client-Type] => EXTERNAL
    [X-Reservation-Source] => NEWBY_MANAGEMENT
    [Accept] => application/json
    [Content-Type] => application/json
)

✗ FAILED: Missing Authentication Token

HTTP Code: 403

Current API Settings

  • Mode: test
  • Version: v2
  • Test API Key: Set (lD9dWa3L...)
  • Prod API Key: Set (TzPQKz9O...)
  • Reservation Source: NEWBY_MANAGEMENT
  • Park ID: 5213



No campsite types found for this park.