1<?xml version="1.0" encoding="UTF-8"?>
2<s:Envelope
3 xmlns:s="http://www.w3.org/2003/05/soap-envelope"
4 xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing"
5 xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
6 <s:Header>
7 <a:Action s:mustUnderstand="1">Retrieve</a:Action>
8 <a:To s:mustUnderstand="1">https://YOUR_DOMAIN.soap.marketingcloudapis.com/Service.asmx</a:To>
9 <fueloauth xmlns="http://exacttarget.com">YOUR_ACCESS_TOKEN</fueloauth>
10 </s:Header>
11 <s:Body
12 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13 xmlns:xsd="http://www.w3.org/2001/XMLSchema">
14 <RetrieveRequestMsg xmlns="http://exacttarget.com/wsdl/partnerAPI">
15 <RetrieveRequest>
16 <ObjectType>Account</ObjectType>
17 <Properties>AccountType</Properties>
18 <Properties>CustomerKey</Properties>
19 <Properties>EditionID</Properties>
20 <Properties>ID</Properties>
21 <Properties>Name</Properties>
22 <Properties>ObjectState</Properties>
23 <Properties>ParentID</Properties>
24 <Properties>PartnerKey</Properties>
25 <QueryAllAccounts>true</QueryAllAccounts>
26 <Filter
27 xsi:type="ns1:SimpleFilterPart"
28 xmlns:ns1="http://exacttarget.com/wsdl/partnerAPI">
29 <Property>CustomerKey</Property>
30 <SimpleOperator>equals</SimpleOperator>
31 <Value>676f68a3-741d-4964-b2ef-d90c405b4ba2</Value>
32 </Filter>
33 </RetrieveRequest>
34 </RetrieveRequestMsg>
35 </s:Body>
36</s:Envelope>