How do we call Rest API through Using SQL Server 2022

I have Netsuite API, Want to consume this API using Data base SQL SERVER 2022 Standard Edition

Below security Tokens Available for OAuth Authentication

Consumer Key

Consumer Secret

Access Token

Token Secret

Signature Method

Oauth Time Stamp

How do I pass the above paramters on Header with dynamic generated signaute with Token Secret and Consumer Secret and call the request using EXEC sp_OAMethod @Object, ‘send’, NULL, @RequestBody

Your quick response is highly appreciated & Share sample code please.

Hi @cmkstudy!

We have native integrations for Netsuite. You can check the auth requirements of each in our docs here: NetSuite APIs