Skip to main content
PATCH
/
proxy
/
{serviceProviderId}
/
{path}
PATCH proxy request
curl --request PATCH \
  --url https://proxy.connectstrata.com/proxy/{serviceProviderId}/{path} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Strata user JWT token for authentication

Path Parameters

serviceProviderId
enum<string>
required

The identifier for the service provider

Available options:
salesforce,
gong,
shopify,
hubspot
path
string
required

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.

Body

Request body to send to the service provider API

The body is of type object.

Response

200

Successful response from the service provider