Skip to main content
Best answer

Paywhirl webhook runing on Shopify using GET Webhook by Zapier using token

  • November 10, 2022
  • 1 reply
  • 121 views

Forum|alt.badge.img

I would like to retrieve subscription info from our Shopify shop, who uses Paywhirl as subscription plattform.

I tried to set up a GET Webhook by Zapier. 

 

However, when I add the token in the field “Basic Auth”, I only get “Unauthorized”

 

I also tried to set an additional header to use tokens...same result:

 

My Question - Any Idea how to bring this GET through? Thanks already for the help!

 

Documentation on Paywhirl API for Shopify:

https://api.shop.paywhirl.com/2022-04#tag/Subscriptions/operation/subscriptionsShow

Best answer by onetothesix

Turns out that I used the wrong token. You need to take the API token, not the webhook token.

Also, I had to adapt the from slightly:

 

Like this, it worked for me to retrieve subscription data of a specific subscription_id.

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Forum|alt.badge.img
  • Author
  • Beginner
  • Answer
  • November 14, 2022

Turns out that I used the wrong token. You need to take the API token, not the webhook token.

Also, I had to adapt the from slightly:

 

Like this, it worked for me to retrieve subscription data of a specific subscription_id.