Best answer

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

  • 10 November 2022
  • 1 reply
  • 42 views

Badge

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

icon

Best answer by onetothesix 14 November 2022, 20:44

View original

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

Badge

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.