---
title: "Retrieve info by channel identifier"
method: GET
path: "/api/public/contact/whatsapp/{channelIdentifier}/info"
tags: ["Contact"]
---

# Retrieve info by channel identifier

`GET /api/public/contact/whatsapp/{channelIdentifier}/info`

Replaces the old endpoint /public/ai-message/whatsapp/:channelIdentifier/info

## Path parameters

- `channelIdentifier` string, required

## Query parameters

- `phone-number-channel` string, required
- `channel` 'whatsapp' | 'web-whatsapp', required

## Headers

- `x-api-key` string, required

## Response `200`

Info retrieved successfully.

## Other responses

- `404` — AI contact not found.

---

[API](https://skmtc.net/vambe/apis/vambe-ai-api.md) · [All operations](https://skmtc.net/vambe/apis/vambe-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vambe/vambe-ai-api/versions/e206709d4be5/schema)
