---
title: "Signup"
method: POST
path: "/v1/subscription/signup"
tags: ["Subscription"]
---

# Signup

`POST /v1/subscription/signup`

Create subscription: Stripe customer + Metronome customer + contract.

## Headers

- `X-API-Key` string, required

## Request body

- SignupRequest
  - `payment_method_id` string, nullable — Stripe payment method ID; omit to reuse the org's existing default card
  - `package_id` string, required — Metronome Package ID

## 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

---

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