---
title: "POST /identities/events/save"
method: POST
path: "/identities/events/save"
tags: ["identities"]
---

# POST /identities/events/save

`POST /identities/events/save`

Save the identity event.

## Request body

- object
  - `identity_type` string, required — identity type of the identity event
  - `profile_id` string, required — profile id of the identity event (non-empty, not whitespace-only)
  - `event_type` string, required — type of the identity event
  - `event_data` object, required — event data of the identity event
  - `timestamp` number — optional timestamp of the identity event (in milliseconds since epoch)

## Response `200`

Identity event successfully saved.

## Other responses

- `500` — Unexpected error while saving the identity event.

---

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