GET
/
verification
/
businesses
/
{businessID}
/
business-entity
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": "b92456c7-b181-4a36-b841-90fed91b1cf0",
      "created_at": "2024-11-26T06:46:44.462Z",
      "updated_at": null,
      "business_integration_task_id": "dc279948-dcaa-4252-ba17-47c5c644cac7",
      "external_id": "2cc347d5-a64e-4ad5-bfd3-4332683546dc",
      "business_id": "80768728-ca4a-4e4f-8f96-5f3be0adaecd",
      "name": "banking test 1",
      "status": "in_review",
      "tin": "549858454",
      "formation_state": "IN",
      "formation_date": "2020-02-24T00:00:00.000Z",
      "year": null,
      "number_of_employees": null
    },
    "reviewTasks": [
      {
        "id": "1b60e304-c435-44ef-bbdb-572aa3a46684",
        "business_entity_verification_id": "b92456c7-b181-4a36-b841-90fed91b1cf0",
        "created_at": "2024-11-26T06:46:45.506Z",
        "updated_at": null,
        "category": "name",
        "key": "name",
        "status": "success",
        "message": "Match identified to the submitted Business Name",
        "label": "Business Name",
        "sublabel": "Verified",
        "metadata": [
          {
            "id": "ac01034d-325e-455b-bc3d-c1852c6bb306",
            "type": "name",
            "metadata": {
              "name": "banking test 1",
              "submitted": true
            }
          }
        ]
      }
    ],
    "registrations": [
      {
        "id": "65948511-e748-44cd-b6f3-6f2663a4927a",
        "business_entity_verification_id": "b92456c7-b181-4a36-b841-90fed91b1cf0",
        "created_at": "2024-11-26T06:46:45.538Z",
        "updated_at": null,
        "external_id": "8a473e02-9f08-49e6-bada-d0980ab19437",
        "name": "banking test 1",
        "status": "active",
        "sub_status": "GOOD_STANDING",
        "status_details": "Active-Good Standing",
        "jurisdiction": "DOMESTIC",
        "entity_type": "CORPORATION",
        "file_number": "FN-XXXXXXX",
        "full_addresses": [
          "123 MAIN ST, PAWNEE, IN 46001",
          "354 CIRCLE COURT,BRONX, NY 10468"
        ],
        "registration_date": "2020-02-24T00:00:00.000Z",
        "registration_state": "IN",
        "source": "https://secure.in.gov/sos/bus_service/online_corps/name_search.aspx"
      }
    ],
    "addressSources": [
      {
        "id": "527f39dd-4b7b-41c7-872d-754bc064a34e",
        "business_entity_verification_id": "b92456c7-b181-4a36-b841-90fed91b1cf0",
        "created_at": "2024-11-26T06:46:45.529Z",
        "updated_at": null,
        "external_id": "092528df-063d-4db0-b720-05bad17528d2",
        "external_registration_id": "8a473e02-9f08-49e6-bada-d0980ab19437",
        "full_address": "123 Main St, Pawnee, IN 46001",
        "address_line_1": "123 Main St",
        "address_line_2": null,
        "city": "Pawnee",
        "state": "IN",
        "postal_code": "46001",
        "lat": 40.52,
        "long": 30.4,
        "submitted": true,
        "deliverable": true,
        "cmra": false,
        "address_property_type": null
      }
    ],
    "people": [
      "<string>"
    ],
    "names": [
      {
        "id": "ce49d078-79f0-44c0-a2cd-569e2a304072",
        "business_entity_verification_id": "b92456c7-b181-4a36-b841-90fed91b1cf0",
        "created_at": "2024-11-26T06:46:45.550Z",
        "updated_at": null,
        "name": "banking test 1",
        "type": "legal",
        "submitted": true,
        "source": [
          {
            "id": "8a473e02-9f08-49e6-bada-d0980ab19437",
            "type": "registration",
            "metadata": {
              "state": "IN",
              "status": "active",
              "file_number": "FN-XXXXXXX",
              "jurisdiction": "DOMESTIC"
            }
          }
        ]
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessID
string
required
Example:

"cab0edbc-7f0b-4d11-81e3-7bb9c41c6c57"

Response

200
application/json; charset=utf-8
OK
status
string
required
message
string
required
data
object
required