For the complete documentation index, see llms.txt. This page is also available as Markdown.

账户

show current account

get

Get account information like name, email etc.

授权
Authorizationstring必填

Enter token in format (Bearer )

响应
200

success

application/json
idstring可选

account id

Example: 1639562002248499320
emailstring可选

email

Example: abc@a.com
namestring可选

Account name

Example: John simon
created_attime可选

created at

Example: 2023-01-01 00:00:00
updated_attime可选

updated at

Example: 2023-01-01 00:00:00
get/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"
}

最后更新于