Salesforce · Schema

SuccessfulWebServerFlow2

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
access_token string
refresh_token string
signature string
scope string
id_token string
instance_url string
id string
token_type string
issued_at string
View JSON Schema on GitHub

JSON Schema

salesforce-successful-web-server-flow2-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "access_token": {
      "type": "string",
      "example": "CAUQAA"
    },
    "refresh_token": {
      "type": "string",
      "example": "CAUQAA"
    },
    "signature": {
      "type": "string",
      "example": "example_value"
    },
    "scope": {
      "type": "string",
      "example": "example_value"
    },
    "id_token": {
      "type": "string",
      "example": "CAUQAA"
    },
    "instance_url": {
      "type": "string",
      "example": "https://www.example.com"
    },
    "id": {
      "type": "string",
      "example": "abc123"
    },
    "token_type": {
      "type": "string",
      "example": "CAUQAA"
    },
    "issued_at": {
      "type": "string",
      "example": "2026-01-15T10:30:00Z"
    }
  },
  "required": [
    "access_token",
    "refresh_token",
    "signature",
    "scope",
    "id_token",
    "instance_url",
    "id",
    "token_type",
    "issued_at"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SuccessfulWebServerFlow2"
}