Skip to content

Hồ sơ

GET /user/profile

Truy xuất hồ sơ của người dùng đã xác thực, bao gồm gói hiện tại và mức sử dụng dung lượng lưu trữ.

Trang hồ sơ người dùng với chi tiết tài khoản và thông tin gói

Ví dụ yêu cầu

bash
curl https://api.ipfs.ninja/user/profile \
  -H "X-Api-Key: bws_your_api_key_here"

Phản hồi 200 OK

json
{
  "userId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "email": "user@example.com",
  "name": "Jane Developer",
  "plan": "nirvana",
  "storageUsedMB": 12.5,
  "gatewaySlug": "a1b2c3d4",
  "gatewayUrl": "https://a1b2c3d4.gw.ipfs.ninja",
  "gatewayTokenRequired": false,
  "gatewayAllowedOrigins": ["https://myapp.com"],
  "gatewayBandwidthUsedMB": 1200,
  "gatewayIpWhitelist": ["203.0.113.1"],
  "createdAt": 1704067200000
}

TIP

gatewayUrlnull cho gói Dharma và Bodhi. Nâng cấp lên Nirvana để kích hoạt gateway chuyên dụng.