cURL
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" }
Get organization by organizationId
The organization has been successfully retrieved
The response is of type object.
object