API Call or best way to identify VIP customers

Hey everyone,

is there an API call to list only those organizations that have set VIP to true?

API call api/v1/organizations?vip=true doesn’t do anything despite listing all organizations that I retrieve using call api/v1/organizations

The only way to list specific organizations via API call is by ticket id it seems.

Also the GUI offers no (obvious) filter to list only those customers marked as VIP.

What’s the best way to get that information?
At the moment it seems to call all organizations and apply filter afterwards.

Thanks in advance for any kind of feedback :smiley:

Best,
Matt

Hi @Matthias.Beck.

The search might be interesting for you.

1 Like

Thanks for pointing me in the right direction, seems to work as expected using:

https://…URL.fake.de/api/v1/organizations/search?query=vip:true&limit=10

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.