Jonathan Bowman

Tags: salesforce

Obtain Salesforce Session Id through Visualforce, Anonymous Apex, or Cookie Retrieval (and avoid SESSION_ID_REMOVED)

The Salesforce Session Id is a token representing a user’s authenticated session, and must be used to make API calls as that user, such as this example using curl: