Number of APIs: 664
The Salesforce Platform APIs collection contains 250+ requests and example responses for the following APIs: ⚠️ Disclaimer: this collection is not covered by Salesforce support and SLAs. Click the button below and follow the instructions from the following sections: If you are new to Salesforce, start by obtaining a free Developer Edition Org then, follow the rest of the instructions from this documentation. You can also watch our Beginner's Mind YouTube series for a tour of the Salesforce Platform (the last episode focuses on APIs). If you are new to Qodex, complete this Trailhead project to setup the collection: Quick Start: Connect Qodex to Salesforce. If you want to learn more about Qodex in general, you can also complete this optional Trailhead badge: Qodex API Client. If you are already familiar with Qodex, here are the minimal getting started steps: Assign a value to the Click Get New Access Token from the collection's Authorization tab. When prompted to do so, log in to your Salesforce org and allow access to Copy the value of the Click Use Token. Save the value that you copied in the Click Save and you're good to go! Check out the documentation for videos and extra information on how to install, update and contribute to the collection. We also have an demo video on how to setup the collection. Report issues and ask questions here. The collection relies on the following variables: Only a few of these variables are mandatory. The authentication requests will automatically register and set extra
Bulk (v1 & v2)
Composite
Connect
CPQ
Einstein Prediction Service
Event Platform
Loyalty Management
Metadata
REST
Subscription Management
Tooling
UIGet Started
[]
New Salesforce Users
New Qodex Users
Regular Qodex Users
url
collection variable based on your Salesforce Org type:
URL
Org Type
https://test.salesforce.com
Sandboxes or Scratch orgs.
https://login.salesforce.com
Production, Trailhead Playground and Developer Edition orgs.
Custom My Domain base URL
Org with a custom domain.
Salesforce APIs Collection for Qodex
.instance_url
field from the token details view._endpoint
variable.Resources
Variables Reference
Variable
Description
_endpoint
Your Salesforce Org's instance URL.
url
The URL used for logging in. Either:
- https://test.salesforce.com
for sandboxes or Scratch orgs
- https://login.salesforce.com
for production, Trailhead Playground and Developer Edition orgs
- your custom My Domain base URL.
version
The Salesforce API version (e.g.: 50.0).
username
Your username.
password
Your password.
secretToken
Your personal security token.
clientId
Connected App client Id.
clientSecret
Connected App client secret.
redirectUrl
Connected App redirect URL for OAuth 2.0.
initAccessToken
Initial access token for dynamic Connected App registration.
site
Community suffix when connecting with an Experience Cloud user.
private
variables identified with a _
prefix (e.g.: _accessToken
, _orgId
, _userId
...).
GET {{_endpoint}}/services/data/v{{version}}/chatter/feeds/user-profile/:USER_ID/feed-elements
GET {{_endpoint}}/services/data/v{{version}}/ui-api/actions/flexipage/:FLEXIPAGE_NAMES
GET {{_endpoint}}/services/data/v{{version}}/chatter/feeds/user-profile/:USER_ID/feed-elements
ENDPOINTS