Developer Discussions
Keep Getting 'Invalid Endpoint' while retriving the webhook from localhost
11 months ago by Bright
I am using laravel application for integration. For calling api i am using the Http client laravel.
While try to fetch all webhooks it keep saying invalid endpoint, But when i try to use curl command it's working.
Also I tried to use curl function in laravel, this time also it's not working. Is any issue while calling the api from localhost.
Check and let me know the issue.