Skip to main content
POST
/
v1
/
admin
/
accounts
/
:account_id
/
extend-trial
Extend Trial (staff)
curl --request POST \
  --url https://api.oviond.com/v1/admin/accounts/:account_id/extend-trial \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

Response

Trial extended

success
enum<boolean>
required
Available options:
true