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
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.

Configure credentials above to enable sending.

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

TypeScript

import salesforce from '@utdk/salesforce';

await salesforce.listsobjects()