https://api.salesforce.com/v2/leads/1234
, where 1234
is the lead ID, your base URL would be https://api.salesforce.com/v2/leads/
.v2
part of the Salesforce API URL above dynamic, you would change the base URL to https://api.salesforce.com/{apiVersion}/leads
and then add a path variable apiVersion
.{id}
.data.lead
.id
path variable.search
or limit
query parameter would only make sense when configured exclusively for the GET collection method