---
title: "Start Trial"
method: POST
path: "/v1/subscription/start-trial"
tags: ["Subscription"]
---

# Start Trial

`POST /v1/subscription/start-trial`

Start a 7-day free trial only. Call this when a new account is created.

## Headers

- `X-API-Key` string, required

## Request body

- StartTrialRequest
  - `payment_method_id` string, nullable — Optional Stripe payment method ID; trial can start without a card

## Response `200`

Successful Response

- SignupResponse
  - `success` boolean, required — Whether the signup was successful
  - `message` string, required — Response message
  - `effective_at` string, nullable — When a scheduled plan change takes effect (ISO 8601); null means immediate

## Other responses

- `422` — Validation Error

## Changes

> 19 revisions in range; 13 could not be searched.

- **2026-07-26** `44d183272ce1` — 1 info
  - added the optional property `effective_at` to the response with the `200` status

[Change history](https://skmtc.dev/getbluejay/apis/bluejay-api/changes/v1/subscription/start-trial/post.md)

---

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