---
title: "Store Push To Start Token"
method: POST
path: "/api/live-activity/push-to-start-token"
tags: ["live-activity"]
---

# Store Push To Start Token

`POST /api/live-activity/push-to-start-token`

Store a Live Activity pushToStart token for the authenticated user.
Accepts expired JWTs (signature is still verified).
Validates token format only — no APNs call is made.

## Request body

- StorePushToStartTokenRequest
  - `token` string, required
  - `source` string, nullable

## Response `200`

Successful Response

- StorePushToStartTokenResponse
  - `success` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
