curl --request GET \
--url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/conversations/{id}/messages \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"messages": [
{
"id": "<string>",
"content": "<string>",
"sender_type": "customer",
"message_type": "<string>",
"created_at": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"total_pages": 123
}
}
}curl --request GET \
--url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/conversations/{id}/messages \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"messages": [
{
"id": "<string>",
"content": "<string>",
"sender_type": "customer",
"message_type": "<string>",
"created_at": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"total_pages": 123
}
}
}Autenticação por chave de API.
ID do recurso
Número da página
x >= 1Itens por página
1 <= x <= 100Lista de mensagens
Show child attributes