cURL
curl --request GET \ --url https://charts.basedash.com/api/public/organizations/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "slug": "<string>", "customAiContext": "<string>", "onboardingStatus": "STARTED", "fullEmbedEnabled": true, "embedAllowedOrigins": [ "<string>" ], "jwtSecret": "<string>" } }
Retrieves an organization by ID. Requires membership in the organization. Admin users receive the jwtSecret field; non-admin members do not.
API key authentication using Bearer token format: Bearer bd_key_<secret>
Bearer bd_key_<secret>
Organization ID
Organization retrieved successfully. Response includes jwtSecret for admin users only.
Show child attributes
Was this page helpful?