Salesforce SOAP API

Comprehensive SOAP-based API for enterprise integrations with full CRUD operations on Salesforce objects. Uses WSDL files to define parameters for accessing data through the API.

API entry from apis.yml

apis.yml Raw ↑
name: Salesforce SOAP API
description: Comprehensive SOAP-based API for enterprise integrations with full CRUD operations on Salesforce
  objects. Uses WSDL files to define parameters for accessing data through the API.
humanURL: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/
baseURL: https://yourInstance.salesforce.com/services/Soap/u/59.0
tags:
- Enterprise
- Integration
- SOAP
- XML
properties:
- type: Documentation
  url: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_quickstart_intro.htm
- type: WSDL
  url: https://yourInstance.salesforce.com/services/wsdl/enterprise
- type: Authentication
  url: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_login.htm
- type: GettingStarted
  url: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_quickstart_steps.htm