cURL
curl --request GET \ --url https://api.lithoblocks.com/organizations/{id}/entities \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "organizationId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "fieldCount": 123 } ]
Get all entities for an organization
LithoBlocks API key obtained from your organization dashboard
Organization entities