๐ 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 CIDjust_check=1โ Check existing CID
Response
{
"status": "success",
"iid": "5970286-โฆ-7079206",
"cid": "497905-946980-โฆ-099054"
}
Error Examples
| Status | Code | Explanation |
|---|---|---|
| error | wrong_iid | Invalid Installation ID |
| blocked | key_blocked | API 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
- Get Installation ID from Microsoftโs activation wizard.
- Use the API to generate the CID.
- 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
- Email: support@getcidinfo.com
- Telegram: @getcidinfo_support
Note: This API supports all MS products including Windows 7โ11 and Office 2013โ2024.
