Header | Description |
|---|---|
Content-Type:application/json | This header is required for the POST method. It indicates that the client is sending a JSON request. |
Authorization:Bearer <jwt_token> | This header is required to secure all your API requests. |
X-INFA-ORG-ID:<Org ID> | This header is required for POST and GET methods. It indicates the user's organization to send API requests to. You can obtain the org ID from the Login API. |
IDS-SESSION-ID | This header is required for sending API requests to upload your data quality scores to Data Governance and Catalog. |
x-infa-show-custom-attribute-label | This header controls how the API response displays custom attributes. When set to true, the response shows user-friendly custom attribute labels instead of class names. When set to false, the response shows the class names for custom attributes. |
x-infa-show-association-label | This header controls how the API response displays associations (relationships). When set to true, the response shows user-friendly association labels instead of association names. When set to false, the response shows the association names. |