cURL
curl --request GET \ --url https://api.example.com/api/v1/projects/{project_id}/codes/by-code/{code} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "code": "<string>", "status": true, "is_disabled": true, "is_expired": true, "expires_at": 123, "verified_at": 123, "verified_by": "<string>", "created_at": 123, "verification_logs": [ { "id": "<string>", "verified_at": 123, "verified_by": "<string>", "ip_address": "<string>", "result": "<string>" } ] }
{code}
verification_logs
API Key + X-Timestamp + X-Signature(HMAC-SHA256)
激活码内容(URL 编码)
激活码详情
Show child attributes