Skip to main content
Best answer

414 error on GET request for post ID

  • May 20, 2025
  • 2 replies
  • 34 views

Using a GET webhook to circle.so i get a 414 response on this URL: https://app.circle.so/api/admin/v2/posts/21661502 → its only 49 chars so why am I getting this 
 



same exact request on postman works fine... 

 

Best answer by Troy Tessalone

Hi ​@Jules_BW 

For us to have more info, post screenshots showing how your API request is configured in the CONFIGURE tab while in EDIT mode.

 

Things to check/try:

  • Make sure you have all the required Headers
  • Try using this Zap action: Webhook - Custom Request
    • Method: GET
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • May 20, 2025

Hi ​@Jules_BW 

For us to have more info, post screenshots showing how your API request is configured in the CONFIGURE tab while in EDIT mode.

 

Things to check/try:

  • Make sure you have all the required Headers
  • Try using this Zap action: Webhook - Custom Request
    • Method: GET

  • Author
  • Beginner
  • May 20, 2025

Thanks Troy. Custom request fixed it!