---
title: "Get account registration date"
method: GET
path: "/users/account/registration_date"
tags: ["Users"]
---

# Get account registration date

`GET /users/account/registration_date`

Retrieve account creation and last registration timestamps for the current WhatsApp account

## Response `200`

Account registration date

- AccountRegistrationDate
  - `creation` integer, required — Account creation timestamp in milliseconds
  - `last_registration` integer, required — Last account registration timestamp in milliseconds

## Other responses

- `401` — Need channel authorization
- `500` — Internal Error

---

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