HappydaysAS
Results
2
issues of
HappydaysAS
According to the documentation, the parameter page_cursor in getProfiles() is supposed to be the content of the "next" attribute. Doing so will parse the entire URL into the url parameter,...
I have the following line of code ```php $response = $this->klaviyoAPI->Profiles->getProfiles(filter: $filter, apiKey: config('klaviyo.api_token'), page_cursor: $pageCursor, page_size: $pageSize); ``` This give me the following error ``` ErrorException Undefined array key...