Salesforce · Example Payload

Salesforce Successful Jwt Bearer Token Flow Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Successful Jwt Bearer Token Flow Example is an example object payload from Salesforce, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

access_tokenscopeinstance_urlidtoken_type

Example Payload

Raw ↑
{
  "access_token": "CAUQAA",
  "scope": "example_value",
  "instance_url": "https://www.example.com",
  "id": "abc123",
  "token_type": "CAUQAA"
}