---
title: "Record app install/login event"
method: POST
path: "/api/v1/events/login/{event_id}"
tags: ["Events (Clicks)"]
---

# Record app install/login event

`POST /api/v1/events/login/{event_id}`

Marks the tracked event as installed/logged-in, resolves the offer URL and pixel attribution, and records the client-supplied deviceId notification delivery.

## Path parameters

- `event_id` string, required

## Query parameters

- `deviceId` string, required
- `pixelId` string, uuid, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — The request is invalid.
- `422` — Validation Error

---

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