建立Token
POST/openapi/auth/token/create
• 功能說明:建立Token。本介面用於產生新的Token,作為存取其他API介面的憑證。建立即會回傳Token資訊、到期時間及狀態。Token狀態預設為待驗證,需透過WebullApp簡訊驗證碼完成驗證。Token具時效性(預設15天),需於到期前進行刷新
• 頻率限制:速率限制為每30秒10個請求
Request
Responses
- 200
- 401
- 417
- 500
OK
Unauthorized: Authentication required
A business logic error triggered when the request cannot be processed due to domain-specific constraints.
Internal Server Error.