curl --request PUT \
--url https://api.dots.dev/api/v2/apps/{app_id}/compliance \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"company_info": {
"ein": "<string>",
"incorporation_date": "2023-12-25",
"incorporation_state": "<string>",
"incorporation_type": "sole_proprietorship",
"name": "<string>",
"website": "<string>",
"ubo_count": 2,
"dba": "<string>"
},
"contact_info": {
"city": "<string>",
"country": "<string>",
"email": "[email protected]",
"line1": "<string>",
"phone_number": "<string>",
"state": "<string>",
"zip": "<string>",
"line2": "<string>"
},
"directors": [
{
"address": {
"city": "<string>",
"country": "<string>",
"line1": "<string>",
"state": "<string>",
"zip": "<string>",
"line2": "<string>"
},
"dob": "2023-12-25",
"email": "[email protected]",
"first_name": "<string>",
"last_name": "<string>",
"ownership_percentage": 123,
"phone": "<string>",
"title": "<string>",
"ssn": "<string>"
}
],
"flow_of_funds": {
"reasons": "<string>",
"usage": "<string>"
}
}
'{
"company_info": {
"ein": "<string>",
"incorporation_date": "2023-12-25",
"incorporation_state": "<string>",
"incorporation_type": "sole_proprietorship",
"name": "<string>",
"website": "<string>",
"ubo_count": 2,
"dba": "<string>"
},
"contact_info": {
"city": "<string>",
"country": "<string>",
"email": "[email protected]",
"line1": "<string>",
"phone_number": "<string>",
"state": "<string>",
"zip": "<string>",
"line2": "<string>"
},
"directors": [
{
"address": {
"city": "<string>",
"country": "<string>",
"line1": "<string>",
"state": "<string>",
"zip": "<string>",
"line2": "<string>"
},
"dob": "2023-12-25",
"email": "[email protected]",
"first_name": "<string>",
"last_name": "<string>",
"ownership_percentage": 123,
"phone": "<string>",
"title": "<string>",
"ssn": "<string>"
}
],
"flow_of_funds": {
"reasons": "<string>",
"usage": "<string>"
}
}Add or update compliance information for an app in your organization
curl --request PUT \
--url https://api.dots.dev/api/v2/apps/{app_id}/compliance \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"company_info": {
"ein": "<string>",
"incorporation_date": "2023-12-25",
"incorporation_state": "<string>",
"incorporation_type": "sole_proprietorship",
"name": "<string>",
"website": "<string>",
"ubo_count": 2,
"dba": "<string>"
},
"contact_info": {
"city": "<string>",
"country": "<string>",
"email": "[email protected]",
"line1": "<string>",
"phone_number": "<string>",
"state": "<string>",
"zip": "<string>",
"line2": "<string>"
},
"directors": [
{
"address": {
"city": "<string>",
"country": "<string>",
"line1": "<string>",
"state": "<string>",
"zip": "<string>",
"line2": "<string>"
},
"dob": "2023-12-25",
"email": "[email protected]",
"first_name": "<string>",
"last_name": "<string>",
"ownership_percentage": 123,
"phone": "<string>",
"title": "<string>",
"ssn": "<string>"
}
],
"flow_of_funds": {
"reasons": "<string>",
"usage": "<string>"
}
}
'{
"company_info": {
"ein": "<string>",
"incorporation_date": "2023-12-25",
"incorporation_state": "<string>",
"incorporation_type": "sole_proprietorship",
"name": "<string>",
"website": "<string>",
"ubo_count": 2,
"dba": "<string>"
},
"contact_info": {
"city": "<string>",
"country": "<string>",
"email": "[email protected]",
"line1": "<string>",
"phone_number": "<string>",
"state": "<string>",
"zip": "<string>",
"line2": "<string>"
},
"directors": [
{
"address": {
"city": "<string>",
"country": "<string>",
"line1": "<string>",
"state": "<string>",
"zip": "<string>",
"line2": "<string>"
},
"dob": "2023-12-25",
"email": "[email protected]",
"first_name": "<string>",
"last_name": "<string>",
"ownership_percentage": 123,
"phone": "<string>",
"title": "<string>",
"ssn": "<string>"
}
],
"flow_of_funds": {
"reasons": "<string>",
"usage": "<string>"
}
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
ID of the app to query or modify
Show child attributes
Federal Employer Identification Number
Date of incorporation
State where incorporated
The legal classification of the company's incorporation
sole_proprietorship, partnership, llc, c_corporation, s_corporation Company's legal name
3 - 100Company web address
3 - 100Number of Ultimate Benficial Owners (UBOs). This must be the same as the length of the directors array.
x >= 1Company DBA (Doing Business As)
1 - 60Show child attributes
1 - 100Country name or country code
2 - 60Primary contact email address. Service emails will be sent to this address.
3 - 100Address line 1
1 - 1003 - 30State when applicable
2 - 60ZIP or postal code
3 - 20Address line 2
1 - 100Show child attributes
Show child attributes
1 - 1002 - 601 - 1001 - 603 - 201 - 100Date of birth
Contact email, needs to be verifiable
3 - 1001 - 601 - 60Percentage of company owned by this person
3 - 30Employee title or ownership role
3 - 60Social security number
OK
Show child attributes
Federal Employer Identification Number
Date of incorporation
State where incorporated
The legal classification of the company's incorporation
sole_proprietorship, partnership, llc, c_corporation, s_corporation Company's legal name
3 - 100Company web address
3 - 100Number of Ultimate Benficial Owners (UBOs). This must be the same as the length of the directors array.
x >= 1Company DBA (Doing Business As)
1 - 60Show child attributes
1 - 100Country name or country code
2 - 60Primary contact email address. Service emails will be sent to this address.
3 - 100Address line 1
1 - 1003 - 30State when applicable
2 - 60ZIP or postal code
3 - 20Address line 2
1 - 100Show child attributes
Show child attributes
1 - 1002 - 601 - 1001 - 603 - 201 - 100Date of birth
Contact email, needs to be verifiable
3 - 1001 - 601 - 60Percentage of company owned by this person
3 - 30Employee title or ownership role
3 - 60Social security number
Was this page helpful?