cURL
curl --request GET \ --url https://api.lithoblocks.com/organizations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "status": "<string>", "createdAt": "<string>", "memberCount": 123, "creditBalance": 123 }
Get details of a specific organization
LithoBlocks API key obtained from your organization dashboard
Organization details