---
title: "Send online or offline presence"
method: PUT
path: "/presences/me"
tags: ["Presences"]
---

# Send online or offline presence

`PUT /presences/me`

## Request body

- SendMePresenceRequest
  - `presence` 'online' | 'offline', required

## Response `200`

OK

- CheckContactResponse
  - `contacts` CheckContact[]
    - `input` string — The value you sent in the contacts field of the JSON request.
    - `status` 'valid' | 'invalid' — Status of the user.
    - `wa_id` string — WhatsApp user identifier that can be used in other API calls. Only returned if the status is valid.

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization to send online or offline presence
- `404` — Specified contact not found
- `500` — Internal Error

---

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