Retrieve detailed information about a specific organization including:
- Organization ID and name
- All workspaces with detailed metrics (asset count, project count, template count)
- Complete branding configuration
- User information
Security
ShuffllApiKey
- Mock serverhttps://api-docs.shuffll.com/_mock/apis/auth/organization/{organizationId}
- https://api.shuffll.com/api/v1https://api.shuffll.com/api/v1/auth/organization/{organizationId}
curl -i -X GET \
https://api-docs.shuffll.com/_mock/apis/auth/organization/693fb82afd8d1c43077ba0fb \
-H 'x-api-key: YOUR_API_KEY_HERE'Successfully retrieved organization details.
Response
{ "id": "693fb82afd8d1c43077ba0fb", "name": "My Organization", "workspaces": [ { … } ], "branding": { "isDefault": true, "enabled": true, "company": { … }, "logo": "/files/platform/onboarding/logo-placeholder.svg", "logoW": "/files/platform/onboarding/logo-placeholder.svg", "colors": { … }, "pronunciations": [] }, "createdByEmail": "info@shuffll.com", "userCount": 1 }