Question

Where to look for examples of api auth with php?

  • 30 April 2021
  • 4 replies
  • 273 views

I have an authentication api, but for some reason I am not receiving any data by post. I am new to integrations and need a little help.

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

4 replies

Userlevel 7
Badge +9

@chrisSibaja 

Have you had success using Postman? So that you know your API calls are made right.

Also, send a screenshot of your Webhook configuration page from Zapier.

 

Userlevel 7
Badge +10

@chrisSibaja 
Just checking in to see if you still need help with this? 

@chrisSibaja

Have you had success using Postman? So that you know your API calls are made right.

Also, send a screenshot of your Webhook configuration page from Zapier.

 

Yes, of course, I did tests in postman and it works well, I still do not know with certainty about the standard with which I have to respond.

 

my configuration in zapier is:
thanks for your reply, I appreciate it.
Userlevel 7
Badge +9

Hi @chrisSibaja,

The settings should the same as Postman, here are more ways you can get this done.

  • Webhook by Zapier: Instead of Zapier CLI/Dev mode, try using Webhook by Zapier as for trigger or action and set up the Zap there
  • Python: You can use Python (probably JS as well) to make API call. Your platform should just give you a sample python snippet for the call you want to make. You can use that as a trigger or action.