Skip to main content
GET
/
api
/
omnichannel
/
threads
/
{threadId}
Obtener mensajes de un thread/conversación
curl --request GET \
  --url https://api.raul.ugps.io/api/omnichannel/threads/{threadId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

threadId
string
required

Query Parameters

limit
number
default:30

Cantidad de mensajes a retornar

Required range: 1 <= x <= 100
before
string

Cursor: activity_id del mensaje más antiguo - cargar mensajes anteriores a este

Response

200 - undefined