Salesforce · Example Payload

Salesforce Successful O Auth Username Password Login Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Successful O Auth Username Password Login Example is an example object payload from Salesforce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

access_tokeninstance_urlidtoken_typeissued_atsignature

Example Payload

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