For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get an Entity by ID

Get an entity by ID

get

This method returns the entity that matches the entered ID.

Authorizations
X-Ledger-API-KeystringRequired

If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.

X-Ledger-API-UserstringRequired

(required) Username of a registered API User

Path parameters
entity_idintegerRequired

The entity's ID

Responses
200

entity object

application/json
accountsinteger[]Required
created_byintegerRequiredExample: 5
created_onstring · date-timeRequired
idintegerRequired
last_requestinteger · nullableOptionalDefault: nullExample: 3
namestringRequired
statusstringRequired
get/entities/{entity_id}

Last updated