Paragon · Example Payload

Proxy Request Example

Embedded IntegrationsIntegration InfrastructureiPaaSAI AgentsMCPIntegrations

Proxy Request Example is an example object payload from Paragon, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://proxy.useparagon.com/projects/{projectId}/sdk/proxy/salesforce/services/data/v59.0/sobjects/Account/0015g00001AbCdEAAQ",
    "headers": {
      "Authorization": "Bearer <PARAGON_USER_TOKEN>"
    }
  },
  "response": {
    "Id": "0015g00001AbCdEAAQ",
    "Name": "Acme Corp",
    "Industry": "Technology",
    "AnnualRevenue": 50000000
  }
}