---
title: "Create activity"
method: POST
path: "/v1/activity"
tags: ["Activity"]
---

# Create activity

`POST /v1/activity`

Creates a new activity entry.  Field keys may be the Field Name or ID.

## Request body

- object
  - `token` string, required — Ellipsend Token
  - `activity_type_id` unknown, required
  - `fields` object, required — Key/value pairs of Fields for the activity

## Response `201`

activity created successfully

## Other responses

- `400` — Invalid input
- `404` — Activity type not found
- `500` — Server error

---

[API](https://skmtc.net/ellipsend/apis/ellipsend-api.md) · [All operations](https://skmtc.net/ellipsend/apis/ellipsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ellipsend/ellipsend-api/revisions/1031d523652c/schema)
