Developer Discussions

Ask a Question
Back to All

Keep Getting 'Invalid Endpoint' while retriving the webhook from localhost

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.