Membership List API returning 500 error

We are receiving a 500 error when calling the /constituent/v1/memberships API.   We tried using the console app on the developers site, it returns without any results.  I don't see a place to see the status of individual APIs, so I thought this would be the best place to post.


Thanks - Ken

Comments

  • I just got a similar problem and it was associated with me setting “Post” data on my request, even tho the endpoint was get only. Make sure your not setting CURLOPT_POST, 1 or anything of that sort.

Categories