### Authentication Source: https://apidocs.threataware.com/ All calls to ThreatAware's API require an API Key to be provided in the X-ThreatAware-ApiKey header. ```APIDOC ## Authentication ### Description All calls to ThreatAware's API require an API Key to be provided in the `X-ThreatAware-ApiKey` header. ### Header - **X-ThreatAware-ApiKey** (string) - Required - Your generated API key. ``` -------------------------------- ### API Paging Source: https://apidocs.threataware.com/ ThreatAware's paging is structured around Offset and Limit query parameters. By default, both are 0. ```APIDOC ## API Paging ### Description ThreatAware's paging is currently structured around Offset and Limit, by default both are 0. If limit is left blank or set to 0, the data returned will be all available data for that endpoint, otherwise it will return the amount set in the query unless it is greater than the total available data which will respond with everything. ### Query Parameters - **offset** (integer) - Optional - The starting point for the data retrieval. Defaults to 0. - **limit** (integer) - Optional - The maximum number of items to return. Defaults to 0 (all items). ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.