GET
/
whatsapp_conversations
/
{conversation_id}
curl --request GET \
  --url https://app.kapso.ai/api/v1/whatsapp_conversations/{conversation_id} \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "id": "conversation-202mno",
    "phone_number": "+1234567890",
    "status": "active",
    "last_active_at": "2023-11-07T05:31:56Z",
    "contact_name": "John Doe"
  }
}

Authorizations

X-API-Key
string
header
required

API key required for all endpoints

Path Parameters

conversation_id
string
required

Response

200
application/json

WhatsApp conversation details

The response is of type object.