Get an Entity by ID

Get an entity by ID

get

This method returns the entity that matches the entered ID.

Authorizations
Path parameters
entity_idintegerRequired

The entity's ID

Responses
200
entity object
application/json
get
GET /entities/{entity_id} HTTP/1.1
Host: 
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
  "accounts": [
    1
  ],
  "created_by": 5,
  "created_on": "2025-07-01T04:11:25.918Z",
  "id": 1,
  "last_request": 3,
  "name": "text",
  "status": "text"
}

Last updated