Skip to main content
POST
/
api
/
v1
/
billing
/
subscription
/
clear-pending
Clear pending subscription changes
curl --request POST \
  --url https://neo.api.projectdiscovery.io/api/v1/billing/subscription/clear-pending \
  --header 'Authorization: Bearer <token>'
{
  "cleared": true,
  "credits_per_user": 123,
  "current_period_end": "2023-11-07T05:31:56Z",
  "interval": "<string>",
  "seats": 123,
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

JWT authentication token

Response

Pending change cleared

cleared
boolean
credits_per_user
integer
current_period_end
string<date-time>
interval
string
seats
integer
status
string