账户

show current account

get

Get account information like name, email etc.

授权
响应
200
success
application/json
get
GET /v1/account HTTP/1.1
Host: api.power301.com
Authorization: YOUR_API_KEY
Accept: */*
200

success

{
  "id": "1639562002248499320",
  "email": "[email protected]",
  "name": "John simon",
  "created_at": "2023-01-01 00:00:00",
  "updated_at": "2023-01-01 00:00:00"
}

这有帮助吗?