Read verified original commitment dates
GET
/v1/subscription/commitment
const url = 'https://api.vocapable.com/v1/subscription/commitment';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.vocapable.com/v1/subscription/commitment \ --header 'Authorization: Bearer <token>'Read the original 36-calendar-month term without changing billing or service.
Dates require verified checkout and agreement provenance and survive paid plan upgrades.
Monthly terms return not_committed; unverified histories return review_required.
term_elapsed reports the anniversary only, not a renewal or cancellation decision.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Successful Response
Media typeapplication/json