Salesforce · Example Payload

Salesforce Security Schemes Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Security Schemes Example is an example object payload from Salesforce, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

openIDConnectDiscoverybearerAuthoAuth2

Example Payload

Raw ↑
{
  "openIDConnectDiscovery": "500123",
  "bearerAuth": {
    "type": "example_value",
    "description": "A sample description.",
    "scheme": "example_value"
  },
  "oAuth2": {
    "type": "example_value",
    "description": "A sample description.",
    "flows": {
      "implicit": {
        "authorizationUrl": "https://www.example.com",
        "scopes": {
          "visualforce": {},
          "address": {},
          "custom_permissions": {},
          "openid": {},
          "profile": {},
          "refresh_token": {},
          "wave_api": {},
          "web": {},
          "phone": {},
          "offline_access": {},
          "chatter_api": {},
          "id": {},
          "api": {},
          "eclair_api": {},
          "email": {},
          "pardot_api": {},
          "full": {}
        }
      },
      "password": {
        "tokenUrl": "https://www.example.com",
        "scopes": {
          "api": {}
        }
      },
      "authorizationCode": {
        "authorizationUrl": "https://www.example.com",
        "tokenUrl": "https://www.example.com",
        "scopes": {
          "visualforce": {},
          "address": {},
          "custom_permissions": {},
          "openid": {},
          "profile": {},
          "refresh_token": {},
          "wave_api": {},
          "web": {},
          "phone": {},
          "offline_access": {},
          "chatter_api": {},
          "id": {},
          "api": {},
          "eclair_api": {},
          "email": {},
          "pardot_api": {},
          "full": {}
        }
      }
    }
  }
}