diff --git a/src/class-convertkit-api-v4.php b/src/class-convertkit-api-v4.php index fcc26b9..611d2bc 100644 --- a/src/class-convertkit-api-v4.php +++ b/src/class-convertkit-api-v4.php @@ -815,7 +815,7 @@ public function get_legacy_forms( int $per_page = 100 ) { return $this->get( - 'landing_pages', + 'legacy_landing_pages', $this->build_total_count_and_pagination_params( array( 'type' => 'embed', @@ -847,7 +847,7 @@ public function get_legacy_landing_pages( int $per_page = 100 ) { return $this->get( - 'landing_pages', + 'legacy_landing_pages', $this->build_total_count_and_pagination_params( array( 'type' => 'hosted',