getbrevo / brevo-php

A fully-featured PHP API client to interact with Brevo.
https://developers.brevo.com/
MIT License
49 stars 22 forks source link

GetSegments problem #29

Open aszymkiw59112 opened 3 months ago

aszymkiw59112 commented 3 months ago

Hello,

I want to geSegments via ContactsAPI, but when i call this function, i get : { 'segments': {}, // empty array 'count': 33 // ok and it is really the total number of segments }

When i pass without the function of lib, i get the segments with parameters.

Can you resolve it ? Thank you !