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.

listsobjects
GET/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.

This operation has no parameters.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import salesforce from '@utdk/salesforce';

await salesforce.listsobjects()