Skip to main content
GET
/
v1
/
chart-of-accounts
/
{accountId}
Retrieve an account in Pleo by its ID
curl --request GET \
  --url https://external.pleo.io/v1/chart-of-accounts/{accountId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "archived": false,
    "code": "2001",
    "companyId": "123e4567-e89b-12d3-a456-426614174006",
    "externalId": "External Id",
    "id": "123e4567-e89b-12d3-a456-426614174005",
    "name": "Bank Charges",
    "taxCodeExternalId": "IVA 20"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

accountId
string<uuid>
required

ID of the account to retrieve.

Response

Retrieval of account successful.

data
object
required

Represents an account in Pleo.