Webhook Update Error

When you request the pledge history of that member via the api using the creator token, are you able to get the whole log of the pledge events?

What is the API endpoint for this? I’m only able to get the member id from this endpoint: /api/oauth2/v2/campaigns/{campaign_id}/members and the most recent status of a pledge based on this endpoint: /api/oauth2/v2/members/{id}

The /api/oauth2/v2/campaigns/{$campaign_id}/pledges endpoint doesn’t seem to be manually accessible and none of the functions from the PHP example exist in the SDK.

Edit: I was able to manually access the API endpoint with the correct formatting referenced in this post: Getting Pledge History (Python or generic request) - #4 by NStephenH