Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/organizations/v1/organizations/{organizationId} \ --header 'X-Domino-Api-Key: <api-key>'
{ "metadata": { "notices": [ "<string>" ], "requestId": "<string>" }, "org": { "id": "623132867a0af0281c01a69c", "members": [ { "userId": "6234c9542bc6731e3471ade8" } ], "name": "MyOrg", "defaultEnvironmentId": "6231327c7a0af0281c01a65f" } }
Retrieve an Organization by its Id. Required permissions: ViewOrganization
ViewOrganization
Id of organization to retrieve. This is the id of the org in the users collection, not the organizations collection.
Success
Show child attributes
Was this page helpful?
Contact support