---
title: "Returns the account associated with accountID."
method: GET
path: "/v2/accounts/{account_id}"
tags: ["Accounts"]
---

# Returns the account associated with accountID.

`GET /v2/accounts/{account_id}`

Returns the account associated with accountID.

## Path parameters

- `account_id` string, required

## Response `200`

OK

- 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

- `400` — Bad Request
- `404` — Not Found

---

[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)
