Retrieve array of all organizations the user has access to.
Returns metadata for each organization including:
- Organization ID and name
- Workspaces within each organization
- Branding configuration (colors, logos, company info)
- Video prompts and ideas
- User access status and user count
Security
ShuffllApiKey
- Mock serverhttps://api-docs.shuffll.com/_mock/apis/auth/organization/list
- https://api.shuffll.com/api/v1https://api.shuffll.com/api/v1/auth/organization/list
curl -i -X GET \
https://api-docs.shuffll.com/_mock/apis/auth/organization/list \
-H 'x-api-key: YOUR_API_KEY_HERE'Successfully retrieved organization list.
Array [
]
Response
[ { "id": "693fb82afd8d1c43077ba0fb", "name": "My Organization", "workspaces": [ … ], "branding": { … }, "createdByEmail": "info@shuffll.com", "isAllowedToUseOrganization": true, "userCount": 1, "isDefaultForUser": true } ]