Request Type: |
http_post |
url: |
https://[our org ID].mktoapi.com/soap/mktows/2_6 |
payload: |
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.marketo.com/mktows/"> <SOAP-ENV:Header> <ns1:AuthenticationHeader> <mktowsUserId>[our User ID]</mktowsUserId> <requestSignature>[our Encryption Key]</requestSignature> <requestTimestamp>{{system.dateTime:default=}}</requestTimestamp> </ns1:AuthenticationHeader> </SOAP-ENV:Header> <SOAP-ENV:Body> <ns1:paramsGetLead> <leadKey> <keyType>SFDCACCOUNTID</keyType> <keyValue>{{lead.eReferrer:default=edit me}}</keyValue> </leadKey> </ns1:paramsGetLead> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |