cURL
curl --request GET \ --url https://api.example.com/org/search_schema \ --header 'X-Org-Id: <api-key>' \ --header 'X-Session-Id: <api-key>' \ --header 'X-User-Id: <api-key>'
{ "search_schema": {}, "org_id": "<string>" }
Retrieve the current search schema configuration for the organization.
User identifier
JWT session token
Organization identifier
Successful Response
Schema response.
Current search schema
Organization ID
Was this page helpful?