Skip to main content

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

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.