curl --request GET \
--url https://api.example.com/organization{
"id": "1",
"object": "organization",
"name": "ACME",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Get organization by organizationId
curl --request GET \
--url https://api.example.com/organization{
"id": "1",
"object": "organization",
"name": "ACME",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}The organization has been successfully retrieved
The id of the organization
"1"
String representing the object's type. Objects of the same type share the same value.
"organization"
The name of the organization
"ACME"
The date the organization was created
The date the organization was last updated