-1

I would like to have data from Magento 2 dashboard shown in some visualization software and have found documentation from the other site about their API, but I can't find any information from Magento to send data somewhere else. If possible, the data from Magento should be sent with a POST request to the other company's API.

Can anyone help med find documentation on how to send the data from Magento 2?

Viral Patel
1,1001 gold badge8 silver badges17 bronze badges
asked Oct 4, 2021 at 9:44

2 Answers 2

0
answered Oct 4, 2021 at 20:55
0

Magento doesn't provide a centralize way to make api REST call to external services.
I worked with multiple customers and it seems like developers always use their own REST implementation, using differents libraries on same project like Guzzle, Curl, Zend...

That's why I recommand you to use this module to industialize your REST API call through Guzzle library: https://github.com/zepgram/module-rest

answered Jan 2, 2022 at 12:45

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.