07/04/2023 06:52 AM
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
07/04/2023 08:19 AM
Yes its possible you need to pass in headers
07/04/2023 08:27 AM
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.