cURL
curl --request GET \ --url https://api.example.com/org \ --header 'X-Org-Id: <api-key>' \ --header 'X-Session-Id: <api-key>' \ --header 'X-User-Id: <api-key>'
{ "user_id": "<string>", "industry": "<string>", "name": "<string>", "data_source": "<string>", "schema": "<string>", "onboarding_step": "<string>", "search_schema": {} }
Retrieve organization information including project data and search schema.
User identifier
JWT session token
Organization identifier
Successful Response
Organization information response.
User ID
Industry category
Project name
Data source
Project schema
Current onboarding step
Search schema if available
Was this page helpful?