Do you have anything to go by? Like an example in curl perhaps? https://laravelshift.com/convert-curl-to-http
Oct 18, 2022
6
Level 50
How to call API in laravel with the following secret
Hi
I want to call external API from laravel. I'm not understanding how to pass the following authorization keys in API. I saw all this in postman collection.
1. Signature Method
2. Consumer Key
3. Consumer Secret
4. Access Token
5. Token Secret
6. Version
7. Realm
Thank you
Level 50
Click the </> icon from right side-bar in postman. Copy the cURL snippet into link provided by Sinnbeck above. Then, convert into HTTP Client request code. You can also view PHP - Guzzle snippet from within Postman.
1 like
Please or to participate in this conversation.