v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB

Get Service-ID.

Identify the service ID linked to a KVM instance by supplying your WHMCS credentials and KVM ID.

post/kvm/v2/get/serviceid

Response

Successfully retrieved the service ID.

statusstring
kvmidstring
serviceidinteger

Example response

{
  "status": "success",
  "kvmid": "kvm_123456_789012",
  "serviceid": 987654
}