---
title: "Page"
method: POST
path: "/v1/page"
tags: ["HTTP API"]
---

# Page

`POST /v1/page`

The page call lets you record your website’s page views with any additional relevant information about the viewed page.

## Request body

- PagePayload
  - `userId` string — Unique identifier for a particular user in your database.
  - `anonymousId` string — Sets the user ID for cases where there is no unique identifier for the user.
  - `name` string — Name of the page being viewed.
  - `properties` object — Dictionary of the properties associated with a particular event.
  - `context` object — Dictionary of information that provides context about a message.
    - `ip` string — IP address.
    - `library` object
      - `name` string — Name of the library.
  - `timestamp` string, date-time — The timestamp of the message’s arrival.

## Response `200`

StatusOK

## Other responses

- `400` — StatusBadRequest
- `401` — StatusUnauthorized
- `404` — StatusNotFound
- `413` — StatusRequestEntityTooLarge
- `429` — StatusTooManyRequests

---

[API](https://skmtc.dev/rudderlabs/apis/rudderstack-http-api.md) · [All operations](https://skmtc.dev/rudderlabs/apis/rudderstack-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rudderlabs/rudderstack-http-api/revisions/51895af9035c/schema)
