GET
/
organization
Get organization by organizationId
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

The organization has been successfully retrieved

id
string
required

The id of the organization

Example:

"1"

object
string
required

String representing the object's type. Objects of the same type share the same value.

Example:

"organization"

name
string
required

The name of the organization

Example:

"ACME"

createdAt
string<date-time>
required

The date the organization was created

updatedAt
string<date-time>
required

The date the organization was last updated