| JSON/XML: | GET https://api.sanctionssearch.com/v2/account/register/template/ |
| JSON/XML Legacy: | POST https://api.sanctionssearch.com/v2/{json/xml}/reply/RegisterAccountTemplate/ |
This method will create a new sanctions search account
Request Parameters
None
Response Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
| ReferenceData | ReferenceData | Instance of ReferenceData object (see here) | |
| Username | string | The desired login username for the account | |
| Password | string | The password for account login | |
| string | The contact email address for the account holder | ||
| FullName | string | The full legal name of the account holder | |
| CompanyName | string | The registered name of the company associated with this account | |
| CompanyPhone | string | The primary contact phone number of the company | |
| Address1 | string | The first line of the company’s address (e.g., street name and number) | |
| Address2 | string | The second line of the company’s address (optional) | |
| Address3 | string | The third line of the company’s address (optional) | |
| City | string | The city where the company is located (optional) | |
| Postcode | string | The postal or ZIP code of the company’s address | |
| Country | string | The country where the company is registered | |
| CompanyType | string | The classification of the company (e.g., LLC, Corporation, Sole Proprietorship) | |
| CompanyIndustry | string | The industry sector the company operates in | |
| CompanyNetwork | string | The trade body, network, or affiliation the company is a member of (if applicable) | |
| AgreeToTerms | Boolean | Indicates agreement to the terms and conditions (required) | |
| AgreeToDataProtection | Boolean | Indicates agreement to the data protection statement (required) | |
| AgreeToContact | Boolean | Indicates consent to be contacted (optional) | |
| AgreeToPrivacy | Boolean | Indicates agreement to the privacy policy (required) | |
| VoucherCode | string | An optional voucher code for discounts or promotions | |
| AccountActivationCode | string | An optional code that grants access to certain features or subscriptions | |
| VATNumber | string | The company's VAT registration number (if applicable) | |
| VATCountry | string | The country where the company is VAT-registered |