Read an account by ID
Read details of a specific account identified by its unique ID.
Path parameters
-
A unique identifier for the account within 24SevenOffice accounting module.
GET /accounts/{id}
curl \
-X GET https://rest.api.24sevenoffice.com/v1/accounts/{id} \
-H "Authorization: string"
Response examples (200)
# Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string
# Payload
{
"id": 1000001,
"number": 1900,
"name": "Cash, NOK"
}