Skip to main content
GET
/
proxy
/
{serviceProviderId}
/
{path}
GET proxy request
curl --request GET \
  --url https://proxy.connectstrata.com/proxy/{serviceProviderId}/{path} \
  --header 'Authorization: Bearer <token>'

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.

Query Parameters

query
object

Query parameters to pass to the service provider API

Response

200

Successful response from the service provider