---
title: "Index business identifications of a partner"
method: GET
path: "/v1/businesses/identifications"
tags: ["Business Identifications"]
---

# Index business identifications of a partner

`GET /v1/businesses/identifications`

Returns all business identifications for all of your customers. You can add filters to your query to filter results.

## Query parameters

- `page[number]` string
- `page[size]` string
- `filter[provider]` string
- `filter[reference]` string
- `filter[status]` string
- `filter[completed_at]` string
- `filter[created_at]` string
- `filter[updated_at]` string
- `filter[legal_identification_status]` string

## Response `200`

Successful result of the operation

- SolarisServerDecoratorsBusinessIdentification
  - `id` string — The unique ID of the business identification resource.
  - `method` 'idnow' | 'import' — The identification method. Default value is `idnow`.
  - `reference` string — The reference of the identification request. Empty when the identification method is idnow.
  - `status` 'created' | 'pending' | 'successful' | 'failed' | 'expired' — The status of the business identification process.
  - `completed_at` string — The date and time when the business identification was completed.
  - `legal_representatives` string[] — The legal representatives with their video identification details, such as idnow URLs, status, and timestamps of creation and completion.
  - `legal_identification_status` 'created' | 'information_required' | 'blocked_internally' | 'successful' | 'failed' | 'expired' — The status of the business legal identification.
  - `legal_identification_reason` string — The reasons for a failed legal identification.
  - `legal_identification_missing_information` string[] — Missing information or documents that Solaris needs from the business to complete the legal identification process.
  - `legal_identification_missing_information_details` string — Field that includes extra details or clarification on the missing information and/or documents Solaris requires.
  - `business_id` string — The unique business ID, generated after completing the business onboarding process.
  - `edd_data_status` 'pending' | 'created', nullable — The status of the business EDD (Enhanced Due Diligence) data submission. This field is only present when the partner-setting for EDD data is enabled. If the business identification was created before the partner-setting was enabled, this field will not be present in the response.

## Other responses

- `400` — Invalid request
- `403` — Forbidden
- `500` — Generic Error

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
