---
title: "Start activity from featured workout"
method: POST
path: "/v1/featured_workouts/{featured_workout_id}/activities"
tags: ["Featured Workouts"]
---

# Start activity from featured workout

`POST /v1/featured_workouts/{featured_workout_id}/activities`

## Path parameters

- `featured_workout_id` integer, required

## Request body

- ActivityCreate
  - `activity` object
    - `state` string

## Response `201`

Created

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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