I am trying to make an API requst to get our contact lists. I am using the /crm/v3/lists/search endpoint referenced in the URL below but I get a "500 Internal Server Error" response.
I made sure to use a post command as noted on this page. "You can also make a POST request to /crm/v3/lists/search and omit the query parameter in the body of your request. The response will include all of your lists, each of which will include its associated ILS List ID."
Hi, @K_Coding👋 Did you get this resolved? I was able to amke the same request using the on-page example and in Postman. Here's the request I sent in Postman: