function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Miki TosicMiki Tosic 

Current Login URLs

For Accounts, Assets, Contacts, and Quotes SFDC API logins we currently use :

 

https://login.salesforce.com/services/Soap/u/29.0

 

1) Is this current?

 

2) Where can I read more about this topic?

 

3) What is the best way to make sure we stay current in the future?

 

Thanks, Miki.

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Vinita_SFDCVinita_SFDC

Hello Miki,

 

The SOAP endpoint contains a URL with a format of serverName/services/Soap/c/api_version/ID where api_version is the version of the API,

 

So the current login URL will be with current API version. So current API version is 29 hence the URL you provided id the current one.

 

When new API version will be released, the current login URL will also be updated with that.

All Answers

Vinita_SFDCVinita_SFDC

Hello Miki,

 

The SOAP endpoint contains a URL with a format of serverName/services/Soap/c/api_version/ID where api_version is the version of the API,

 

So the current login URL will be with current API version. So current API version is 29 hence the URL you provided id the current one.

 

When new API version will be released, the current login URL will also be updated with that.

This was selected as the best answer
Miki TosicMiki Tosic

Thank you. This was very helpful.

 

Just one additional question:

I've seen the the letter 'c' used in these URLs, and sometimes the letter 'u'. What do these represent?

 

Thanks again, miki.

SuperfellSuperfell

c means the enterprise API

u means the partner API.

 

use the one that matches your wsdl (or make life easy on yourself and just use the url in the WSDL)