API Runner
salesforce Endpoints
All endpoints for the salesforce API group. Great for feeding into an LLM context.
GET
/v1/salesforce/auth/callback
Callback Salesforce
Handles the callback from Salesforce. Exchanges code for token and associates it with the correct user.
Parameters
code
in: query
state
in: query
error
in: query
error_description
in: query
Responses
200Successful Response
application/json
{}422Validation Error
application/json
{
"$ref": "#/components/schemas/HTTPValidationError"
}GET
/v1/salesforce/auth/login
Login Salesforce
Redirects the user to Salesforce's login page.
Responses
200Successful Response
application/json
{}API Runner