Make a PUT request to a service provider’s API using the authenticated user’s credentials.
The response is returned exactly as received from the service provider API.
Strata user JWT token for authentication
The identifier for the service provider
salesforce, gong, shopify, hubspot The API path to call on the service provider API. This should be the path after the provider's base URL.
For example, for Salesforce's /services/data/v59.0/sobjects/Account, use services/data/v59.0/sobjects/Account.
Request body to send to the service provider API
The body is of type object.
Successful response from the service provider