Salesforce · Example Payload

Salesforce Successful Web Server Flow2 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Successful Web Server Flow2 Example is an example object payload from Salesforce, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

access_tokenrefresh_tokensignaturescopeid_tokeninstance_urlidtoken_typeissued_at

Example Payload

Raw ↑
{
  "access_token": "CAUQAA",
  "refresh_token": "CAUQAA",
  "signature": "example_value",
  "scope": "example_value",
  "id_token": "CAUQAA",
  "instance_url": "https://www.example.com",
  "id": "abc123",
  "token_type": "CAUQAA",
  "issued_at": "2026-01-15T10:30:00Z"
}