curl --request GET \
--url https://dev.flextell.ai/api/v1/conversations \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"display_name": "<string>",
"address": "<string>",
"last_message_id": "<string>",
"last_message": "<string>",
"last_message_at": "<string>",
"last_message_type": "<string>",
"last_message_is_customer": "<string>",
"unread_count": "<string>",
"agent_disabled": true,
"agent_expires_at": "2023-11-07T05:31:56Z",
"agent_disabled_by_user_name": "<string>",
"customer": {
"id": 123,
"first_name": "<string>",
"last_name": "<string>",
"phone_number": "<string>",
"avatar_url": "<string>"
},
"channel": {
"id": 123,
"name": "<string>",
"type": "<string>",
"address": "<string>"
}
}
]
}The access token received from the authorization server in the OAuth 2.0 flow.
Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.
1 <= x <= 100255whatsapp, instagram, website, telegram Array of ConversationResource
Show child attributes
curl --request GET \
--url https://dev.flextell.ai/api/v1/conversations \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"display_name": "<string>",
"address": "<string>",
"last_message_id": "<string>",
"last_message": "<string>",
"last_message_at": "<string>",
"last_message_type": "<string>",
"last_message_is_customer": "<string>",
"unread_count": "<string>",
"agent_disabled": true,
"agent_expires_at": "2023-11-07T05:31:56Z",
"agent_disabled_by_user_name": "<string>",
"customer": {
"id": 123,
"first_name": "<string>",
"last_name": "<string>",
"phone_number": "<string>",
"avatar_url": "<string>"
},
"channel": {
"id": 123,
"name": "<string>",
"type": "<string>",
"address": "<string>"
}
}
]
}