Fetch details of an organization
Returns organization details for the given organization ID. The user must be the organization's owner.
Path parameters
ID of the organization
Response
Operation successful
Example response
{
"success": true,
"data": {
"id": "bbb0e958-93ce-41c7-9745-16e7aa51c568",
"name": "Dyte",
"contact": "778-330-2389",
"website": "https://www.dyte.io",
"apikey": "4deeb3d8e8b5e74d5522",
"preferred_region": "us-east-1",
"created_at": "2022-05-28T08:18:34.804Z",
"updated_at": "2022-05-28T08:18:34.804Z"
}
}Changes
Changed in 3 of the 50 revisions of this API.21
- ▲
added the new path request parameter
org_idnew-request-path-parameter
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
deleted the
pathrequest parameterorg_idrequest-parameter-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added the new path request parameter
org_idnew-request-path-parameter
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲