E-Commerce & B2BSalesforceJSON & TypeScript Fixtures
Salesforce REST API (SOQL Query & SObject)
Returned by GET /services/data/v60.0/query/?q=SELECT+Id,Name,BillingCity,Industry,AnnualRevenue+FROM+Account
HTTP 200 OKmode: chaos
size: 0.3 KB
{
"totalSize": 1,
"done": true,
"records": [
{
"attributes": {
"type": "Account",
"url": "/services/data/v60.0/sobjects/Account/0015g00000XyZ12AAD"
},
"Id": "0015g00000XyZ12AAD",
"Name": "Global Logistics Corp",
"BillingCity": "Chicago",
"Industry": "Transportation",
"AnnualRevenue": 15000000
}
]
}Related Production API Chaos TemplatesBrowse All 17 Templates
Google Identity ServicesAuth & SSO
Google OAuth 2.0 & OpenID Connect
View Chaos Schema
GitHub REST API v3Auth & SSO
GitHub OAuth App / GitHub Apps
View Chaos Schema
AppleAuth & SSO
Sign in with Apple (Apple ID OAuth 2.0 / OIDC)
View Chaos Schema
Supabase (Open Source Firebase Alternative)Auth & SSO
Supabase Auth (GoTrue)
View Chaos Schema