Read an account by ID

GET /accounts/{id}

Read details of a specific account identified by its unique ID.

Headers

Path parameters

  • id integer Required

    A unique identifier for the account within 24SevenOffice accounting module.

Responses

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"
}