Re-import past conversations for a connection.Runs automatically after connecting; this endpoint is the manual re-run (history deeper than the default window, or after a gap).
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Query Params
Responses
🟢202
application/json
Successful Response
Bodyapplication/json
🟠422
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://numueg.app/api/v1/stores//channels//sync-history?since_days=' \
--header'Authorization: Bearer <token>'