账户
Get account information like name, email etc.
授权
Authorizationstring必填
Enter token in format (Bearer )
响应
200
success
application/json
idstring可选Example:
account id
1639562002248499320emailstring可选email
Example:
abc@a.comnamestring可选Example:
Account name
John simoncreated_attime可选Example:
created at
2023-01-01 00:00:00updated_attime可选Example:
updated at
2023-01-01 00:00:00get/account
GET /v1/account HTTP/1.1
Host: api.mfpad.com
Authorization: YOUR_API_KEY
Accept: */*
200
success
{
"id": "1639562002248499320",
"email": "abc@a.com",
"name": "John simon",
"created_at": "2023-01-01 00:00:00",
"updated_at": "2023-01-01 00:00:00"
}最后更新于