curl --request GET \
--url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/conversations \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"conversations": [
{
"id": "<string>",
"customer_name": "<string>",
"customer_phone": "<string>",
"customer_email": "<string>",
"channel": "<string>",
"status": "<string>",
"ai_mode": "<string>",
"agent_id": "<string>",
"created_at": "<string>",
"updated_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 \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"conversations": [
{
"id": "<string>",
"customer_name": "<string>",
"customer_phone": "<string>",
"customer_email": "<string>",
"channel": "<string>",
"status": "<string>",
"ai_mode": "<string>",
"agent_id": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"total_pages": 123
}
}
}Autenticação por chave de API.
Número da página
x >= 1Itens por página
1 <= x <= 100Lista de conversas
Show child attributes
Show child attributes