provider sObjects GET
/sobjects @utdk/salesforce
/sobjects List available sObjects
Returns a list of all available sObjects (standard and custom Salesforce objects) and their metadata, including object names, labels, key prefixes, and feature flags.
Try it
Authentication
Configure credentials for Salesforce REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import salesforce from '@utdk/salesforce';
await salesforce.listsobjects()