GET
/
organization
curl --request GET \
  --url https://api.decentri.org/organization
{
  "id": "1",
  "object": "organization",
  "name": "ACME",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Response

200
application/json
The organization has been successfully retrieved

The response is of type object.