Profile
Last updated
Was this helpful?
Last updated
Was this helpful?
The organization ID
GET /organizations/{organizationId}/profile HTTP/1.1
Host:
Authorization: Bearer jwt
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"version": 1,
"name": "text",
"domain": "example.com",
"legalName": "text",
"logoUrl": "text",
"socialMedia": [
{
"platform": "text",
"handle": "text"
}
],
"businessDetails": {
"entityType": "text",
"type": "unknown",
"incorporationJurisdiction": "text",
"registrationNumber": "text",
"taxIdentificationNumber": "text",
"vatNumber": "text",
"lei": "text",
"industryGroup": "text",
"businessDescription": "text",
"goodsOrServicesDescription": "text",
"businessStartDate": "text",
"numberOfEmployees": 1,
"annualRevenue": 1,
"currency": "text",
"operatingCountries": [
"text"
],
"publiclyListed": true,
"stockExchange": "text",
"tickerSymbol": "text"
},
"addressInformation": {
"registeredAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"operatingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"mailingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"billingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
}
},
"contactInformation": {
"primaryPhone": "text",
"secondaryPhone": "text",
"primaryEmail": "text",
"invoicingEmail": "text",
"website": "https://example.com"
},
"documents": [
{
"fileUrls": [
"https://example.com"
],
"documentType": "text"
}
],
"ultimateBeneficialOwners": [
{
"ownershipPercentage": 1,
"ownershipType": "text",
"controlType": "text",
"personalInformation": {
"title": "text",
"firstName": "text",
"middleName": "text",
"lastName": "text",
"fullName": "text",
"dateOfBirth": "text",
"placeOfBirth": "text",
"nationality": "text",
"citizenships": [
"text"
],
"gender": "text",
"maritalStatus": "text",
"identificationNumber": "text"
},
"identificationDocuments": [
{
"fileUrls": [
"text"
],
"documentType": "text",
"documentNumber": "text",
"issuingCountry": "text",
"issueDate": "text",
"expiryDate": "text",
"issuingAuthority": "text"
}
],
"addressInformation": {
"residentialAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"mailingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
}
},
"contactInformation": {
"primaryPhone": "text",
"primaryEmail": "text",
"preferredContactMethod": "text"
},
"employmentInformation": {
"position": "text",
"employer": "text",
"employmentStartDate": "text",
"annualIncome": 1,
"currency": "text",
"sourceOfWealth": "text"
},
"politicalExposure": {
"isPoliticallyExposed": true,
"pepCategory": "text",
"pepDetails": "text",
"familyMemberPep": true,
"closeAssociatePep": true
}
}
],
"significantContacts": {
"contacts": [
{
"name": "text",
"email": "text",
"contactCategories": [
"text"
],
"phone": "text"
}
],
"predefinedContactCategories": [
"text"
]
}
}
The organization ID
The profile ID
The version of the business profile
The name under which this business is commonly referred to.
Domain name.
example.com
The name under which this business is registered.
^|https://
PATCH /organizations/{organizationId}/profile HTTP/1.1
Host:
Authorization: Bearer jwt
Content-Type: application/json
Accept: */*
Content-Length: 2918
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"version": 1,
"name": "text",
"domain": "example.com",
"legalName": "text",
"logoUrl": "text",
"socialMedia": [
{
"platform": "text",
"handle": "text"
}
],
"businessDetails": {
"entityType": "text",
"type": "unknown",
"incorporationJurisdiction": "text",
"registrationNumber": "text",
"taxIdentificationNumber": "text",
"vatNumber": "text",
"lei": "text",
"industryGroup": "text",
"businessDescription": "text",
"goodsOrServicesDescription": "text",
"businessStartDate": "text",
"numberOfEmployees": 1,
"annualRevenue": 1,
"currency": "text",
"operatingCountries": [
"text"
],
"publiclyListed": true,
"stockExchange": "text",
"tickerSymbol": "text"
},
"addressInformation": {
"registeredAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"operatingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"mailingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"billingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
}
},
"contactInformation": {
"primaryPhone": "text",
"secondaryPhone": "text",
"primaryEmail": "text",
"invoicingEmail": "text",
"website": "https://example.com"
},
"documents": [
{
"fileUrls": [
"https://example.com"
],
"documentType": "text"
}
],
"ultimateBeneficialOwners": [
{
"ownershipPercentage": 1,
"ownershipType": "text",
"controlType": "text",
"personalInformation": {
"title": "text",
"firstName": "text",
"middleName": "text",
"lastName": "text",
"fullName": "text",
"dateOfBirth": "text",
"placeOfBirth": "text",
"nationality": "text",
"citizenships": [
"text"
],
"gender": "text",
"maritalStatus": "text",
"identificationNumber": "text"
},
"identificationDocuments": [
{
"fileUrls": [
"text"
],
"documentType": "text",
"documentNumber": "text",
"issuingCountry": "text",
"issueDate": "text",
"expiryDate": "text",
"issuingAuthority": "text"
}
],
"addressInformation": {
"residentialAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"mailingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
}
},
"contactInformation": {
"primaryPhone": "text",
"primaryEmail": "text",
"preferredContactMethod": "text"
},
"employmentInformation": {
"position": "text",
"employer": "text",
"employmentStartDate": "text",
"annualIncome": 1,
"currency": "text",
"sourceOfWealth": "text"
},
"politicalExposure": {
"isPoliticallyExposed": true,
"pepCategory": "text",
"pepDetails": "text",
"familyMemberPep": true,
"closeAssociatePep": true
}
}
],
"significantContacts": {
"contacts": [
{
"name": "text",
"email": "text",
"contactCategories": [
"text"
],
"phone": "text"
}
],
"predefinedContactCategories": [
"text"
]
}
}
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"version": 1,
"name": "text",
"domain": "example.com",
"legalName": "text",
"logoUrl": "text",
"socialMedia": [
{
"platform": "text",
"handle": "text"
}
],
"businessDetails": {
"entityType": "text",
"type": "unknown",
"incorporationJurisdiction": "text",
"registrationNumber": "text",
"taxIdentificationNumber": "text",
"vatNumber": "text",
"lei": "text",
"industryGroup": "text",
"businessDescription": "text",
"goodsOrServicesDescription": "text",
"businessStartDate": "text",
"numberOfEmployees": 1,
"annualRevenue": 1,
"currency": "text",
"operatingCountries": [
"text"
],
"publiclyListed": true,
"stockExchange": "text",
"tickerSymbol": "text"
},
"addressInformation": {
"registeredAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"operatingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"mailingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"billingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
}
},
"contactInformation": {
"primaryPhone": "text",
"secondaryPhone": "text",
"primaryEmail": "text",
"invoicingEmail": "text",
"website": "https://example.com"
},
"documents": [
{
"fileUrls": [
"https://example.com"
],
"documentType": "text"
}
],
"ultimateBeneficialOwners": [
{
"ownershipPercentage": 1,
"ownershipType": "text",
"controlType": "text",
"personalInformation": {
"title": "text",
"firstName": "text",
"middleName": "text",
"lastName": "text",
"fullName": "text",
"dateOfBirth": "text",
"placeOfBirth": "text",
"nationality": "text",
"citizenships": [
"text"
],
"gender": "text",
"maritalStatus": "text",
"identificationNumber": "text"
},
"identificationDocuments": [
{
"fileUrls": [
"text"
],
"documentType": "text",
"documentNumber": "text",
"issuingCountry": "text",
"issueDate": "text",
"expiryDate": "text",
"issuingAuthority": "text"
}
],
"addressInformation": {
"residentialAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
},
"mailingAddress": {
"streetName": "text",
"streetNumber": "text",
"city": "text",
"postalCode": "text",
"state": "text",
"countryCode": "text",
"addressType": "text"
}
},
"contactInformation": {
"primaryPhone": "text",
"primaryEmail": "text",
"preferredContactMethod": "text"
},
"employmentInformation": {
"position": "text",
"employer": "text",
"employmentStartDate": "text",
"annualIncome": 1,
"currency": "text",
"sourceOfWealth": "text"
},
"politicalExposure": {
"isPoliticallyExposed": true,
"pepCategory": "text",
"pepDetails": "text",
"familyMemberPep": true,
"closeAssociatePep": true
}
}
],
"significantContacts": {
"contacts": [
{
"name": "text",
"email": "text",
"contactCategories": [
"text"
],
"phone": "text"
}
],
"predefinedContactCategories": [
"text"
]
}
}