The endpoints of our API can be accessed using JSON
, XML
, or SOAP
using POST
requests.
POST https://api.sanctionssearch.com/v2/json/reply/{APIMethodName}
POST https://api.sanctionssearch.com/v2/xml/reply/{APIMethodName}
POST https://api.sanctionssearch.com/v2/soap11
POST https://api.sanctionssearch.com/v2/soap12
The JSON and XML endpoints contain the name of the API method you are accessing, such as "AddSearch" or "GetSearch", i.e.
POST https://api.sanctionssearch.com/v2/json/reply/AddSearch
POST https://api.sanctionssearch.com/v2/xml/reply/AddSearch
Please ensure that the body of the POST
request contains the correct data payload in the correct format, please see the
metadata for more information regarding the correct format, and see the documentation below for more
information about the meaning of each of the API method parameters.
URL formats and HTTP Verbs will follow these examples unless specified otherwise.
If you are using the XML endpoint please note the message below.
Sanctions Searches
PEP Searches
ValidId Searches
CompanyLookup Searches
Bulk Searches
Account
Clients (ValidateMe)
DBS Searches
Clients (ValidateMe)
Base objects
Sanctions Searches
PEP Searches
CompanyLookup
Bulk Searches
ValidID
Account
Clients
DBS Searches
ValidID (Deprecated Features)