GetCID API โ€“ GetCIDinfo.com

๐Ÿ“˜ GetCID API Documentation

Automate confirmation ID generation for MS Windows and Office activations using our API. Fast, simple, and reliable!

๐Ÿ”— Base URL

https://api.getcidinfo.com

1. Get Account Balance

GET /v1/balance?api_key=<your_api_key>

Returns the number of CIDs remaining in your account.

Response

{
  "status": "success",
  "balance": 18.0
}

2. Generate Confirmation ID

GET /v1/get_cid?api_key=<your_api_key>&iid=<installation_id>&just_check=0
  • just_check=0 โ€“ Generate new CID
  • just_check=1 โ€“ Check existing CID

Response

{
  "status": "success",
  "iid": "5970286-โ€ฆ-7079206",
  "cid": "497905-946980-โ€ฆ-099054"
}

Error Examples

StatusCodeExplanation
errorwrong_iidInvalid Installation ID
blockedkey_blockedAPI Key is blocked

3. Bulk License Key Checker

GET /v1/check_keys?api_key=<your_api_key>&keys=<key1,key2,...>

Response

{
  "status": "success",
  "results": [
    {
      "key": "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
      "description": "Office 2021 Pro Plus",
      "sub_type": "Retail",
      "error_code": "0x00000000"
    }
  ]
}
๐Ÿ”ฅ 50 CIDs just $0.29/CID โ€” pay only $14.50! Get Deal โ†’
๐Ÿ”ฅ 100 CIDs just $0.25/CID โ€” pay only $25! Get Deal โ†’
๐Ÿ”ฅ 500 CIDs just $0.22/CID โ€” pay only $110! Get Deal โ†’
๐Ÿ”ฅ 1000 CIDs just $0.20/CID โ€” pay only $200! Get Deal โ†’
๐Ÿ”ฅ 3000 CIDs just $0.17/CID โ€” pay only $510! Get Deal โ†’
๐Ÿ”ฅ 5000 CIDs just $0.15/CID โ€” pay only $750! Get Deal โ†’
๐Ÿ” Buy CID Credits Now

๐Ÿš€ How It Works

  1. Get Installation ID from Microsoftโ€™s activation wizard.
  2. Use the API to generate the CID.
  3. Enter the CID in the activation wizard to complete activation.

๐Ÿ›ก๏ธ Security Tips

  • Keep your API key secure and confidential.
  • Rotate keys periodically and monitor usage.
  • Use HTTPS for all requests.

๐Ÿ“ž Support

Note: This API supports all MS products including Windows 7โ€“11 and Office 2013โ€“2024.