Skip to main content

Unsuspend the service via the WHMCS module hook

POST 

/services/:id/unsuspend

WhmcsApiClient::moduleUnsuspend is called. In our DB mod_reseller_provisions.status='active' + notice='Unsuspended via API' are set.

Idempotency-Key: OPTIONAL.

Rate limit: Default bucket (60 rpm).

vps_id null: 422 service_not_provisioned.

Body: None.

Side effect: A service.unsuspended event (status='skipped') is written to the webhook queue.

Request

Responses

Service active again

Response Headers
    X-RateLimit-Limit

    The per-minute limit defined for this key

    X-RateLimit-Remaining

    Number of requests remaining in the current window

    X-RateLimit-Reset

    Unix epoch of the start of the next window (UTC seconds)