Pre-request script for Authentication

Vipul
New Contributor II
New Contributor II

Hi Team,

I am integrating the Coinbase application, which uses the REST APIs.
For authentication, Coinbase uses the pre-request script, in which we have to pass the accesskey, passphrase, and signingkey, and then the pre-request script will generate the signature value and timestamp and pass them along with the access key and passphrase as a header.

Is this possible through Saviynt?

https://docs.cloud.coinbase.com/prime/docs/rest-authentication

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Yes its possible you need to pass in headers


Regards,
Rushikesh Vartak
If the response is helpful, please click Accept As Solution and kudos it.

How do I pass the pre-request script in the connection json? Could you please share the sample JSON? I don't see any available samples on the documentation portal.