In the system, it is possible to get the conversation record files using HTTP Basic Authentication instead of passing an OAuth2 token. With this type of authorization, the user's username and password are transmitted in a special format in the Authorization header.
When you try to access these resources through the browser, a standard authorization window will be displayed, in which the user can enter a username and password and access the file.
List of resources that support HTTP Basic Authentication
GET /client/{client_id}/record/{record_uuid}/download/
Get the conversation recording file using HTTP Basic Authentication
URL Parameters
Name | Type |
---|---|
record_uuid | string |
client_id | string |
GET /extension_group/{ext_group_id}/record/{record_uuid}/download/
Get the conversation recording file using HTTP Basic Authentication
URL Parameters
Name | Type |
---|---|
record_uuid | string |
ext_group_id | string |
GET /extension/{extension_id}/record/{record_uuid}/download/
Get the conversation recording file using HTTP Basic Authentication
URL Parameters
Name | Type |
---|---|
record_uuid | string |
extension_id | string |
← Interactive API Browser