Retrieve the current configuration of data model flags that control which fields are enabled, disabled, or optional in the SDK.
Documentation Index
Fetch the complete documentation index at: https://docs.hypersync.tartanhq.com/llms.txt
Use this file to discover all available pages before exploring further.
| Header | Description |
|---|---|
Authorization | Token authentication (required) |
Content-Type | application/json |
| Value | Description |
|---|---|
-1 | Field is enabled and required |
0 | Field is optional (can be filled but not mandatory) |
1 | Field is enabled and optional |