curl --request GET \
--url https://api.joinworth.com/integration/api/v1/verification/businesses/{businessID}/business-entity \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"message": "<string>",
"data": {
"businessEntityVerification": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"business_integration_task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"external_id": "<string>",
"business_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"status": "in_review",
"tin": "<string>",
"formation_state": "<string>",
"formation_date": "2023-12-25",
"year": 123,
"number_of_employees": 123
},
"reviewTasks": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_entity_verification_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"category": "sos",
"key": "<string>",
"status": "pending",
"message": "<string>",
"label": "<string>",
"sublabel": "<string>",
"metadata": [
{
"id": "ac01034d-325e-455b-bc3d-c1852c6bb306",
"type": "name",
"metadata": {
"name": "banking test 1",
"submitted": true
}
}
]
}
],
"registrations": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_entity_verification_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"external_id": "<string>",
"name": "<string>",
"status": "active",
"sub_status": "<string>",
"status_details": "<string>",
"jurisdiction": "<string>",
"entity_type": "<string>",
"file_number": "<string>",
"full_addresses": [
"<string>"
],
"registration_date": "2023-12-25",
"registration_state": "<string>",
"source": "<string>"
}
],
"addressSources": [
{
"id": "<string>",
"business_entity_verification_id": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"external_id": "<string>",
"external_registration_id": "<string>",
"full_address": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"state": "<string>",
"postal_code": "<string>",
"lat": 123,
"long": 123,
"submitted": true,
"deliverable": true,
"cmra": true,
"address_property_type": "<string>"
}
],
"people": [
"<string>"
],
"names": [
{
"id": "<string>",
"business_entity_verification_id": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"name": "<string>",
"type": "<string>",
"submitted": true,
"source": [
{
"id": "<string>",
"type": "<string>",
"metadata": {
"state": "<string>",
"status": "<string>",
"file_number": "<string>",
"jurisdiction": "<string>"
}
}
]
}
]
}
}Retrieves detailed verification results for a business, including submitted values, matched sources, and confidence levels.
curl --request GET \
--url https://api.joinworth.com/integration/api/v1/verification/businesses/{businessID}/business-entity \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"message": "<string>",
"data": {
"businessEntityVerification": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"business_integration_task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"external_id": "<string>",
"business_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"status": "in_review",
"tin": "<string>",
"formation_state": "<string>",
"formation_date": "2023-12-25",
"year": 123,
"number_of_employees": 123
},
"reviewTasks": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_entity_verification_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"category": "sos",
"key": "<string>",
"status": "pending",
"message": "<string>",
"label": "<string>",
"sublabel": "<string>",
"metadata": [
{
"id": "ac01034d-325e-455b-bc3d-c1852c6bb306",
"type": "name",
"metadata": {
"name": "banking test 1",
"submitted": true
}
}
]
}
],
"registrations": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_entity_verification_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"external_id": "<string>",
"name": "<string>",
"status": "active",
"sub_status": "<string>",
"status_details": "<string>",
"jurisdiction": "<string>",
"entity_type": "<string>",
"file_number": "<string>",
"full_addresses": [
"<string>"
],
"registration_date": "2023-12-25",
"registration_state": "<string>",
"source": "<string>"
}
],
"addressSources": [
{
"id": "<string>",
"business_entity_verification_id": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"external_id": "<string>",
"external_registration_id": "<string>",
"full_address": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"state": "<string>",
"postal_code": "<string>",
"lat": 123,
"long": 123,
"submitted": true,
"deliverable": true,
"cmra": true,
"address_property_type": "<string>"
}
],
"people": [
"<string>"
],
"names": [
{
"id": "<string>",
"business_entity_verification_id": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"name": "<string>",
"type": "<string>",
"submitted": true,
"source": [
{
"id": "<string>",
"type": "<string>",
"metadata": {
"state": "<string>",
"status": "<string>",
"file_number": "<string>",
"jurisdiction": "<string>"
}
}
]
}
]
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Show child attributes
Show child attributes
Unique identifier for the business entity verification record.
The date when the verification record was created.
The date when the verification record was last updated, or null if never updated.
The integration task identifier associated with this verification process.
Client-provided external identifier for tracking the business.
Unique identifier for the business in the system.
The legal name of the business, if available.
Current verification status: • in_review: The business is under review. • approved: Business details have been verified successfully. • rejected: Business details failed verification.
in_review, rejected, approved Tax Identification Number (TIN) for the business, if provided.
State where the business was legally formed, if known.
The date when the business was legally formed, if known.
The year the business was created, if known.
Number of employees at the time of verification, if known.
Show child attributes
Unique identifier for this verification task.
Identifier of the parent business entity verification record.
Date when this verification task was created.
Date when this verification task was last updated, or null if not updated.
Type of verification performed: • sos: source-of-service check • address: address validation • tin: Tax ID number verification • watchlist: watchlist/sanctions screening • name: business name matching
sos, address, tin, watchlist, name Unique key or code identifying the specific sub-task or data field.
Current task status: • pending: Task is in progress • success: Task completed successfully • failure: Task completed with an error
pending, success, failure Optional human-readable message or error detail returned by the task.
Show child attributes
Show child attributes
{
"id": "ac01034d-325e-455b-bc3d-c1852c6bb306",
"type": "name",
"metadata": {
"name": "banking test 1",
"submitted": true
}
}Show child attributes
Current registration status: • active: the business is currently registered and in good standing. • inactive: the business registration is inactive or expired.
active, inactive Show child attributes
Show child attributes
Show child attributes
Was this page helpful?