---
title: "Returns all the accounts in the node."
method: GET
path: "/v2/accounts"
tags: ["Accounts"]
---

# Returns all the accounts in the node.

`GET /v2/accounts`

Returns all the accounts in the node.

## Response `200`

OK

- CoreapiAccounts
  - `data` CoreapiAccount[]
    - `document_signing_public_key` integer[]
    - `identity` string
    - `p2p_public_signing_key` integer[]
    - `pod_operator_account_id` integer[]
    - `precommit_enabled` boolean
    - `webhook_url` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/centrifuge/apis/centrifuge-os-node-api.md) · [All operations](https://skmtc.net/centrifuge/apis/centrifuge-os-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/centrifuge/centrifuge-os-node-api/revisions/36808f8744e0/schema)
