---
title: "Get User Messages"
method: GET
path: "/v1/whatsapp/users/{userId}/messages"
tags: ["integrations > whatsapp"]
---

# Get User Messages

`GET /v1/whatsapp/users/{userId}/messages`

Get messages from a user. The user ID does not include @s.whatsapp.net and should most likely be a phone number like "13472771442" (with the country code included).

## Path parameters

- `userId` string, required

## Headers

- `Authorization` string, required
- `X-Account-Token` string, required

## Response `200`

Response with status 200

- TypesGetUsersMessagesResponse — unresolved $ref

## Other responses

- `400` — Error response with status 400
- `401` — Error response with status 401
- `404` — Error response with status 404
- `500` — Error response with status 500

---

[API](https://skmtc.dev/trykeet/apis/api-reference.md) · [All operations](https://skmtc.dev/trykeet/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trykeet/api-reference/revisions/d1fc1f3a00ff/schema)
