Get
Retrieve a single QnA
Get
GET
https://{{account_id}}.acquire.io/api/v1/bot/qna/detail/{{id}}
Retrieve a single QnA. The QnA id must be passed in to the endpoint as a path parameter.
Path Parameters
Name | Type | Description |
---|---|---|
id | integer | Specify ID for the QnA to get the details |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{api_key}} |
Last updated