Skip to main content
GET
/
accounts
/
{accountId}
Get an account for a company
curl --request GET \
  --url https://openapi.pleo.io/v1/accounts/{accountId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "accountCategoryId": "<string>",
  "hidden": true,
  "accountNumber": "<string>",
  "taxCodeId": "<string>"
}

Authorizations

Authorization
string
header
required

Open API Bearer token

Path Parameters

accountId
string
required

Unique UUID of the account.

Example:

"0f0e000-000d-0d00-000b-00db0d000fae"

Response

An account has been returned

id
string
required

The unique UUID identifier of the account

name
string
required

Description of this account

accountCategoryId
string
required

unique Category ID of the account

hidden
boolean
required

Is the account hidden/archived for the user

accountNumber
string

Account number

taxCodeId
string

unique Tax Code ID