v1
latestOpenAPI 3.1.02026-07-24104338.0 KBSubscriptions
Get a subscription by ID
get/api/v3/subscriptions/{subscriptionId}
Path parameters
subscriptionIdstring uuid required
Response
Subscription found.
Example response
{
"amount": {
"amount": "29.00",
"asset": "USD"
},
"startDate": 1748513400,
"currentPeriod": {
"start": 1748513400,
"end": 1748513400
},
"nextPaymentDate": 1748513400,
"endsAt": 1748513400,
"cancellation": {
"at": 1748513400
},
"expiration": {
"at": 1748513400
},
"createdAt": 1748513400,
"updatedAt": 1748513400
}