# Index all account opening requests for all of your customers Returns an array containing all account opening requests for all of your customers. Endpoint: GET /v1/accounts/opening_requests Version: 1.0 ## Query parameters: - `filter[customer_id]` (string) Filters the response by the customer ID. - `filter[status]` (string) Filters the response by the status of the account opening request (AOR). Enum: "INITIATED", "IN_PROGRESS", "COMPLETED", "REJECTED" - `filter[created_at][min]` (string) Filters the response by the field (min border) of the AOR. - `filter[created_at][max]` (string) Filters the response by the field (max border) of the AOR. - `sort` (string) Sorts the returned AORs by the field. - `page[size]` (integer) The size of each results page to return. - `page[number]` (integer) The number of results pages to return. ## Response 400 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "400" - `code` (string) Example: "build_pagination_headers_failure" - `title` (string) Example: "Failed to build pagination headers." - `detail` (string) Example: "Cannot connect to database." ## Response 500 fields (application/json): - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `status` (string) Example: "500" - `code` (string) Example: "generic_error" - `title` (string) Example: "Generic Error" - `detail` (string) Example: "There was an error."