API 1
cURL
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" } }
Search for a specific account by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the account to retrieve.
Retrieval of account successful.
Represents an account in Pleo.
Show child attributes