Skip to main content
PATCH
Update cadence, quantity, card, or shipping address

Authorizations

Authorization
string
header
required

API key issued by VitaRelay. Send as Authorization: Bearer vr_live_… (production) or Authorization: Bearer vr_test_… (sandbox).

Path Parameters

id
string<uuid>
required

Resource UUID.

Body

application/json
cadence
enum<string>
Available options:
weekly,
monthly,
quarterly
quantity
integer
Required range: 1 <= x <= 99
payment_method_id
string<uuid>
ship_to_address_id
string<uuid>

Response

Updated subscription detail (same shape as GET).