cURL
curl --request GET \ --url https://api.example.com/api/v1/projects/{project_id} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "status": true, "expires_at": 123, "created_at": 123, "statistics": { "total_codes": 123, "used_codes": 123, "unused_codes": 123, "disabled_codes": 123, "expired_codes": 123 } }
project_id
API Key + X-Timestamp + X-Signature(HMAC-SHA256)
项目 ID(32 位 UUID,无连字符)
项目信息
Show child attributes