Skip to main content
查询单个激活码(按 ID)
Returns a single activation code by its ID, including verification status, disabled/expired status, and verification_logs (verification history). If you have the code value rather than the ID, use Get code by code string.

Authorizations

X-API-Key
string
header
required

API Key + X-Timestamp + X-Signature(HMAC-SHA256)

Path Parameters

project_id
string
required
code_id
string
required

Response

激活码详情

id
string
code
string
status
boolean
is_disabled
boolean
is_expired
boolean
expires_at
integer | null
verified_at
integer | null
verified_by
string | null
created_at
integer
verification_logs
object[]