post https://your-external-system.com/api/data-query/
Important
This is not an endpoint provided by DealHub. This page present the endpoint definition you need to make available so DealHub can call it.
DealHub uses this endpoint to send requests that share data from the current quote’s playbook and product list. Your endpoint should process this data and return information that will be populated back into the quote’s playbook.
The specific URL for this endpoint is configured by the administrator in the DealHub UI.
Authentication
When DealHub calls your endpoint, it will include an
Authorization
header based on the configuration set by an administrator in the DealHub UI. Your endpoint must be prepared to handle one of the following methods:
- Token (Bearer): DealHub sends a secret bearer token. Your endpoint should validate this token.
- Basic: DealHub sends a username and password for Basic Authentication.
- None: No
Authorization
header is sent. This is used when the endpoint is unsecured or uses a different security method, such as a token embedded in the URL.